From 0824fc4862aa832066eeded81bacfd9ab5456136 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 03:52:12 -0700 Subject: [PATCH] 61-rc1.4 --- reinstall-esp-idf.sh | 5 ++++- version.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 6746cc5..191376e 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 "source $rcFile\n\t retval: $?" +echo -e "\n\n\Source $rcFile\n\t retval: $?\n\n" if [ -z $ESPIDF_INSTALLDIR ]; then installDir=$HOME/esp # path to install to. $HOME/esp by default @@ -602,6 +602,9 @@ elif [[ "$arg" == "nuke" || "$arg" == "n" ]]; then # clear logs exit +elif [ ! -z $arg ]; then + writeToLog "FAIL: bad argument. Terminating" + exit else # full noninteractive (re)install without logout, reboot, or sleeps action="REINSTALL (DEFAULT)" diff --git a/version.txt b/version.txt index 3c47b74..88cf0e8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc1.2 \ No newline at end of file +61-rc1.4 \ No newline at end of file