diff --git a/cron-reinstall-esp-idf.sh b/cron-reinstall-esp-idf.sh index f4b5eff..d48d8ab 100644 --- a/cron-reinstall-esp-idf.sh +++ b/cron-reinstall-esp-idf.sh @@ -125,7 +125,7 @@ function handleAliasEnviron() { if [ -z $ESPIDF_INSTALLDIR ]; then writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): ESPIDF_INSTALLDIR environment variable not found, appending to ${rcFile}" - echo -e "export ESPIDF_INSTALLDIR=\"${installDir}\"\n" + echo -e "export ESPIDF_INSTALLDIR=\"${installDir}\"\n" >> $rcFile returnStatus else writeToLog "$(date '+%d/%m/%Y %H:%M:%S %Z (%s)'): ESPIDF_INSTALLDIR environment variable already installed, skipping" @@ -287,6 +287,11 @@ elif [ "$arg" == "retool" ]; then # just reinstall bins and export handleEnd exit +elif [ "$arg" == "interactive" ]; then + action="REINSTALL (INTERACTIVE)" + # something here lmfao + exit + else # full install with warn, sleep, and reboot action="REINSTALL (DEFAULT)" diff --git a/version.txt b/version.txt index 3edcd91..ac27110 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-dev.5 \ No newline at end of file +60-dev.6 \ No newline at end of file