From e7657d50073efdee514dac71072986f24f0bce18 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 16 Feb 2024 18:07:28 -0600 Subject: [PATCH] wip --- shell/init_shell.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/init_shell.sh b/shell/init_shell.sh index e438c6f..809d31c 100644 --- a/shell/init_shell.sh +++ b/shell/init_shell.sh @@ -12,4 +12,5 @@ ls watcher.log && gzip watcher.log chmod +x /data/openpilot/shell/watcher_run_loop.sh +pkill -f "/bin/sh /data/openpilot/shell/watcher_run_loop.sh" screen -dmS "watcher" /data/openpilot/shell/watcher_run_loop.sh