ci: fix setup device variable

This commit is contained in:
Maxime Desroches
2025-08-04 21:28:43 -07:00
parent fb34e7ccd3
commit 112d615ac9
+1 -1
View File
@@ -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