wip
This commit is contained in:
11
shell/watcher_run_loop.sh
Normal file
11
shell/watcher_run_loop.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
cd /data/openpilot/shell
|
||||
|
||||
while true
|
||||
do
|
||||
|
||||
nodejs watcher.js
|
||||
|
||||
echo crashed, waiting 30 seconds
|
||||
sleep 30
|
||||
|
||||
done
|
||||
Reference in New Issue
Block a user