This commit is contained in:
Your Name
2024-02-15 23:42:27 -06:00
parent 8c60f0956b
commit c93bda5316
3 changed files with 57 additions and 7 deletions

View File

@@ -1,4 +1,11 @@
bash /data/openpilot/shell/configure_ssh.sh
bash /data/openpilot/shell/set_logo.sh
cd bash /data/openpilot/shell/
bash ./configure_ssh.sh
bash ./set_logo.sh
cd /data/openpilot/logs
rm -f watcher.log.gz
ls watcher.log && gzip watcher.log
screen -dmS "watcher" "bash /data/openpilot/shell/watcher_run_loop.sh"