浏览代码

... 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