more bugfixes 9
This commit is contained in:
@@ -71,7 +71,7 @@ cd $ESPIDF_INSTALLDIR
|
|||||||
|
|
||||||
echo -e "\nesp-idf version: $ESP_IDF_VERSION commit $commitHash from branch $branchData"
|
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"
|
echo -e "\nWelcome to esp-idf!\nAll done :3\n"
|
||||||
|
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ function handleDownloadInstall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleReboot() {
|
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
|
sudo shutdown -r +$rebootMins
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user