Skip to content

Commit 595985c

Browse files
committed
Minor change
1 parent 3153697 commit 595985c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/battery-monitor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function installBatteryMonitor() {
3131
chmod +x batteryMonitor-service.sh
3232
update-rc.d batteryMonitor-service.sh defaults
3333
cd /home/robot/batteryMonitor
34-
./start.sh
34+
./start.sh &
3535
}
3636

3737
if [ "$PLATFORM" == "$UNKNOWN" ]; then

0 commit comments

Comments
 (0)