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

View File

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