diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index c5fba92..cda9489 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -299,7 +299,7 @@ elif [ "$arg" == "interactive" ]; then # something here lmfao exit -elif [ "$arg" == "cron" ] # full install with warn, sleep, and reboot +elif [ "$arg" == "cron" ]; then # full install with warn, sleep, and reboot action="REINSTALL (CRON)" gitCmd="git clone --jobs $gitJobs --branch $gitBranch --single-branch https://github.com/espressif/esp-idf $idfDir" diff --git a/version.txt b/version.txt index 89166e6..e882286 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-dev.11 \ No newline at end of file +60-dev.12 \ No newline at end of file