This commit is contained in:
2024-11-09 03:03:13 -07:00
parent 6f86c01af0
commit 9119781376
+4 -1
View File
@@ -1,7 +1,10 @@
#!/bin/bash
cronVers=17 # version of this script
cronVers=18 # version of this script
sleepSecs=3
# testing:
# rm /home/princesspi/esp/install.log && bash /home/princesspi/esp/esp-install-custom/cron-reinstall-esp-idf.sh >> /home/princesspi/esp/install.log
function return_status() {
echo -e "\treturn status: ${?}"
}