diff --git a/shell/init_shell.sh b/shell/init_shell.sh index c5a21bf..9a8f0a6 100644 --- a/shell/init_shell.sh +++ b/shell/init_shell.sh @@ -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