diff --git a/README.md b/README.md index c9438e6..a146397 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Modes: clear logs bash reinstall-esp-idf.sh clearlogs bash reinstall-esp-idf.sh clear + bash reinstall-esp-idf.sh clean bash reinstall-esp-idf.sh cl help: diff --git a/help.txt b/help.txt index 1db8846..69c63f5 100644 --- a/help.txt +++ b/help.txt @@ -32,6 +32,7 @@ Modes: clear logs `bash reinstall-esp-idf.sh clearlogs` `bash reinstall-esp-idf.sh clear` + `bash reinstall-esp-idf.sh clean` `bash reinstall-esp-idf.sh cl` help: diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 191376e..182bbe9 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -8,7 +8,7 @@ gitJobs=5 # number of jobs to download from github with # get us our FUCKING ALIASES HOLY FUCK GOD DAMN SHIT FUCK IT source $rcFile 2>/dev/null -echo -e "\n\n\Source $rcFile\n\t retval: $?\n\n" +# echo -e "\n\nSource $rcFile\n\t retval: $?\n\n" if [ -z $ESPIDF_INSTALLDIR ]; then installDir=$HOME/esp # path to install to. $HOME/esp by default @@ -583,7 +583,7 @@ elif [[ "$arg" == "cron" || "$arg" == "c" ]]; then # full install with warn, sle exit -elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" ]]; then # clear logs +elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" || "$arg" == "clean" ]]; then # clear logs handleEmptyLogs exit diff --git a/version.txt b/version.txt index 88cf0e8..321b9d1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc1.4 \ No newline at end of file +61-rc1.6 \ No newline at end of file