ci: stop power_monitor once

pull/36388/head
Maxime Desroches 5 days ago
parent 5dabb678ce
commit 727a750b34
  1. 2
      selfdrive/test/setup_device_ci.sh

@ -42,6 +42,7 @@ sudo systemctl restart NetworkManager
sudo systemctl disable ssh-param-watcher.path
sudo systemctl disable ssh-param-watcher.service
sudo mount -o ro,remount /
sudo systemctl stop power_monitor
while true; do
if ! sudo systemctl is-active -q ssh; then
@ -54,7 +55,6 @@ while true; do
# /data/ciui.py &
#fi
sudo systemctl stop power_monitor
sleep 5s
done

Loading…
Cancel
Save