Update bluetooth_firmware.sh (Sync Ver.200626)

This commit is contained in:
hi80482 2020-07-03 14:25:25 +08:00 committed by GitHub
parent 8eb0329be5
commit 6a4713d591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
FIRM=`cat /proc/driver/brcmf_fw` FIRM=$(cat /proc/driver/brcmf_fw)
if [[ $FIRM =~ .*a0.* ]] if [[ $FIRM =~ .*a0.* ]]
then then