This commit is contained in:
2024-11-09 05:20:17 -07:00
parent bdc21ccc2a
commit 75a795cd0d
+6 -6
View File
@@ -1,10 +1,4 @@
#!/bin/bash
cronVers=37-live # version of this script
sleepMins=3 # minutes of warning to wait for user to log out
log=$HOME/esp/install.log
myUser=$USER
startTime=$(date '+%s')
# testing:
@@ -16,6 +10,12 @@ startTime=$(date '+%s')
# crontab -e
# 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh
cronVers=38-live # version of this script
sleepMins=3 # minutes of warning to wait for user to log out
log=$HOME/esp/install.log
myUser=$USER
function return_status() {
strii="\treturn status: ${?}"
echo -e $strii