From 6232bf8e3c88f06875df4a18ff9ff9d1be29bd35 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 18:05:26 -0600 Subject: [PATCH] makee it default to \C:\Users\human/esp for installdir and create on interactive if not there --- esp-idf-tools-cmd.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 211ef4a..537156b 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -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