This commit is contained in:
2024-11-13 03:55:01 -07:00
parent 0824fc4862
commit 225cd91456
4 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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