Explorar el Código

... spell it right this time

Abram Connelly hace 6 años
padre
commit
2387ce939d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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