We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3153697 commit 595985cCopy full SHA for 595985c
1 file changed
modules/battery-monitor.sh
@@ -31,7 +31,7 @@ function installBatteryMonitor() {
31
chmod +x batteryMonitor-service.sh
32
update-rc.d batteryMonitor-service.sh defaults
33
cd /home/robot/batteryMonitor
34
- ./start.sh
+ ./start.sh &
35
}
36
37
if [ "$PLATFORM" == "$UNKNOWN" ]; then
0 commit comments