This commit is contained in:
2024-11-12 10:37:18 -07:00
parent 4c8d8a8339
commit 8676e5c701
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -31,6 +31,9 @@ installCmd="$idfDir/install.sh all"
toolsInstallCmd="python $idfDir/tools/idf_tools.py install all"
# full order:
# set action string variable
# set sleepMins int variable
# redefine any other vars needed
# handleStart
# handleLogoutAllUsers
# handleSetupEnvironment
@@ -280,7 +283,6 @@ elif [ "$arg" == "test" -o "$arg" == "t" ]; then # minimal actions taken, echo t
handleDownloadInstall
handleExport
handleAliasEnviron
# handleEmptyLogs
handleEnd
exit