diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 0fab658..085be62 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -621,7 +621,7 @@ elif [[ "$arg" == "nuke" || "$arg" == "n" ]]; then elif [[ "$arg" == "nukereboot" || "$arg" == "nr" ]]; then action="REINSTALL (NUKEREBOOT)" - sleepMins=1 + sleepMins=0 # restart right away idfGet="download" handleStart