sedf
This commit is contained in:
@@ -1,10 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/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')
|
startTime=$(date '+%s')
|
||||||
|
|
||||||
# testing:
|
# testing:
|
||||||
@@ -16,6 +10,12 @@ startTime=$(date '+%s')
|
|||||||
# crontab -e
|
# crontab -e
|
||||||
# 0 8 * * * bash $HOME/esp/esp-install-custom/cron-reinstall-esp-idf.sh
|
# 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() {
|
function return_status() {
|
||||||
strii="\treturn status: ${?}"
|
strii="\treturn status: ${?}"
|
||||||
echo -e $strii
|
echo -e $strii
|
||||||
|
|||||||
Reference in New Issue
Block a user