This commit is contained in:
Your Name
2024-02-16 19:09:28 -06:00
parent 189f0da0dc
commit 045fc2d62b

View File

@@ -11,6 +11,6 @@ rm -f watcher.log.gz
ls watcher.log && gzip watcher.log
chmod +x /data/openpilot/shell/watcher_run_loop.sh
sudo chmod -R 777 /var/run
sudo pkill -f "/bin/sh /data/openpilot/shell/watcher_run_loop.sh"
sudo rm -rf /run/screen/S-comma
screen -dmS "watcher" /data/openpilot/shell/watcher_run_loop.sh