makee it default to \C:\Users\human/esp for installdir and create on interactive if not there

This commit is contained in:
2025-08-18 18:05:26 -06:00
parent 13d780498c
commit 6232bf8e3c
+3
View File
@@ -605,6 +605,9 @@ elif [[ "$arg" == "cron" || "$arg" == "c" ]]; then # full install with warn, sle
sleepMins=5
idfGet="update"
# make dir structure or fail silently if exists
mkdir -p "$installDir" # defaults to $HOME/esp
handleStart
messagePTS "\n\nesp-idf-tools action $action started!\nWill reboot with $sleepMins minutes delay when complete!\n\n"
handleClearInstallLog