Fix a typo

This commit is contained in:
Cossid
2025-12-02 19:48:25 -06:00
parent 963b21a8b9
commit 721263c0dd

View File

@@ -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."