This commit is contained in:
2024-11-12 11:10:09 -07:00
parent 8676e5c701
commit 601529345e
4 changed files with 42 additions and 34 deletions
+2 -2
View File
@@ -72,9 +72,9 @@ Modes:
## Helpful stuff
```
cron:
reinstall from master everyday at 8pm, logging out users with warn delays and rebooting after
reinstall from master everyday at 4am, logging out users with warn delays and rebooting after
crontab -e
0 8 * * * bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh cron
0 4 * * * bash $HOME/esp/esp-install-custom/reinstall-esp-idf.sh cron
monitor log file during install:
tail -n 75 -f $ESPIDF_INSTALLDIR/install.log;