ci: fix setup device variable

master
Maxime Desroches 21 hours ago
parent fb34e7ccd3
commit 112d615ac9
  1. 2
      selfdrive/test/setup_device_ci.sh

@ -54,7 +54,7 @@ while true; do
# /data/ciui.py &
#fi
awk '{print $1}' /proc/uptime > /var/tmp/power_watchdog
awk '{print \$1}' /proc/uptime > /var/tmp/power_watchdog
sleep 5s
done

Loading…
Cancel
Save