diff --git a/common_run.sh b/common_run.sh index 7d16ec5..33cdc01 100755 --- a/common_run.sh +++ b/common_run.sh @@ -106,7 +106,7 @@ echo "See https://support.tuya.com/en/help/_detail/K9hut3w10nby8 for more inform echo "================================================================================" echo "" -if [ "${CHIP^^}" == "RTL8720CF" ] || [ "${CHIP^^}" == "RLT8710BN" ]; then +if [ "${CHIP^^}" == "RTL8720CF" ] || [ "${CHIP^^}" == "RTL8710BN" ]; then echo "${CHIP^^} *MUST* be rebooted before we even begin the next scan or you will receive false-positives about the status of the device." echo "" read -n 1 -s -r -p "Press any key to confirm you have completed power cycling the device and continue."