53-rc3.1
This commit is contained in:
@@ -13,7 +13,7 @@ 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=53-rc3 # version of this script
|
cronVers=53-rc3.1 # version of this script
|
||||||
myUser=princesspi
|
myUser=princesspi
|
||||||
|
|
||||||
gitJobs=5
|
gitJobs=5
|
||||||
@@ -52,9 +52,8 @@ if [ "$1" == "test" ]; then
|
|||||||
toolsInstallCmd="echo python $idfDir/tools/idf_tools.py install all"
|
toolsInstallCmd="echo python $idfDir/tools/idf_tools.py install all"
|
||||||
sleepMins=0
|
sleepMins=0
|
||||||
|
|
||||||
ls $HOME/esp
|
rm -f $log
|
||||||
rm -f $HOME/esp/install.log
|
rm -f $versionData
|
||||||
rm -f $HOME/esp/version-data.txt
|
|
||||||
|
|
||||||
function logout_all_users() {
|
function logout_all_users() {
|
||||||
who | awk '{print $1}'
|
who | awk '{print $1}'
|
||||||
|
|||||||
Reference in New Issue
Block a user