From e98ff8d6dc0ebb70200c524b2b9a420a5cacb53b Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Fri, 9 May 2025 17:20:33 -0600 Subject: [PATCH] more bugfixes 9 --- add-to-export-sh.txt | 2 +- esp-idf-tools-cmd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt index f69b069..e58c565 100644 --- a/add-to-export-sh.txt +++ b/add-to-export-sh.txt @@ -71,7 +71,7 @@ cd $ESPIDF_INSTALLDIR echo -e "\nesp-idf version: $ESP_IDF_VERSION commit $commitHash from branch $branchData" -echo -e "\nrun with \`run-esp-cmd\`" +echo -e "\nrun with 'get-esp-tools'" echo -e "\nWelcome to esp-idf!\nAll done :3\n" diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index eb11785..0af3f21 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -373,7 +373,7 @@ function handleDownloadInstall() { } handleReboot() { - messagePTY "\n\nRebooting in $sleepMins minutes!!\n\n" + messagePTY "\n\nRebooting in $sleepMins minutes\ncancel with 'shutdown -c'!!\n\n" sudo shutdown -r +$rebootMins }