Преглед изворни кода

... spell it right this time

Abram Connelly пре 6 година
родитељ
комит
2387ce939d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      busunit/scripts/rc.local

+ 1 - 1
busunit/scripts/rc.local

@@ -30,7 +30,7 @@ sleep 2
 /home/bus/bin/update_loop.sh 2>&1 >> /tmp/run.log &
 sleep 2
 
-/home/bus/bin/reset_gps.py 2>&1 >> /tmp/gps.log &
+/home/bus/bin/reset-gps 2>&1 >> /tmp/gps.log &
 sleep 2
 
 exit 0