mirror of
https://github.com/tuya-cloudcutter/tuya-cloudcutter.git
synced 2026-02-19 21:51:18 +01:00
Fix a typo
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user