61-beta4.2
This commit is contained in:
@@ -76,7 +76,7 @@ Modes:
|
|||||||
|
|
||||||
## Ailases
|
## Ailases
|
||||||
```
|
```
|
||||||
run_esp_reinstall
|
run_esp_reinstall
|
||||||
Updates the esp-install-custom code via git, displays the script version, then executes reinstall-esp-idf.sh with optional arument.
|
Updates the esp-install-custom code via git, displays the script version, then executes reinstall-esp-idf.sh with optional arument.
|
||||||
Takes identical arguments to running reinstall-esp-idf.sh manually
|
Takes identical arguments to running reinstall-esp-idf.sh manually
|
||||||
run_esp_reinstall
|
run_esp_reinstall
|
||||||
@@ -87,12 +87,12 @@ Modes:
|
|||||||
run_esp_reinstall interactive
|
run_esp_reinstall interactive
|
||||||
run_esp_reinstall test
|
run_esp_reinstall test
|
||||||
|
|
||||||
esp_monitor
|
esp_monitor
|
||||||
monitors install.log
|
monitors install.log
|
||||||
alias for tail -n 75 -f $ESPIDF_INSTALLDIR/install.log
|
alias for tail -n 75 -f $ESPIDF_INSTALLDIR/install.log
|
||||||
no arguments
|
no arguments
|
||||||
|
|
||||||
esp_logs
|
esp_logs
|
||||||
displays full text of install.log and version-data.txt
|
displays full text of install.log and version-data.txt
|
||||||
no arguments
|
no arguments
|
||||||
```
|
```
|
||||||
@@ -101,12 +101,7 @@ Modes:
|
|||||||
```
|
```
|
||||||
cron:
|
cron:
|
||||||
reinstall from master everyday at 4am, 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
|
`crontab -e`
|
||||||
|
|
||||||
0 4 * * * 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;
|
|
||||||
|
|
||||||
view both logs from beginning:
|
|
||||||
less $ESPIDF_INSTALLDIR/install.log; less $ESPIDF_INSTALLDIR/version-data.txt;
|
|
||||||
```
|
```
|
||||||
+1
-1
@@ -1 +1 @@
|
|||||||
61-beta4.1
|
61-beta4.2
|
||||||
Reference in New Issue
Block a user