wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
sudo chown -R comma:comma /data/openpilot &
|
sudo chown -R comma:comma /data/openpilot &
|
||||||
|
|
||||||
cd bash /data/openpilot/shell/
|
cd /data/openpilot/shell/
|
||||||
|
|
||||||
sudo bash ./configure_ssh.sh
|
sudo bash ./configure_ssh.sh
|
||||||
sudo bash ./set_logo.sh
|
sudo bash ./set_logo.sh
|
||||||
@@ -11,6 +11,6 @@ rm -f watcher.log.gz
|
|||||||
ls watcher.log && gzip watcher.log
|
ls watcher.log && gzip watcher.log
|
||||||
|
|
||||||
chmod +x /data/openpilot/shell/watcher_run_loop.sh
|
chmod +x /data/openpilot/shell/watcher_run_loop.sh
|
||||||
|
sudo chmod -R 777 /var/run
|
||||||
pkill -f "/bin/sh /data/openpilot/shell/watcher_run_loop.sh"
|
sudo pkill -f "/bin/sh /data/openpilot/shell/watcher_run_loop.sh"
|
||||||
screen -dmS "watcher" /data/openpilot/shell/watcher_run_loop.sh
|
screen -dmS "watcher" /data/openpilot/shell/watcher_run_loop.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user