Skip to content

Commit

Permalink
Remove quotes around options or v4l2rtspserver-master does not start (E…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopeyr authored and jmtatsch committed May 10, 2018
1 parent 3d50d0e commit d59e31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_mod/controlscripts/rtsp-h264
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ start()
if [ -f /system/sdcard/controlscripts/configureMotion ]; then
. /system/sdcard/controlscripts/configureMotion 2>/dev/null
fi
/system/sdcard/bin/busybox nohup /system/sdcard/bin/v4l2rtspserver-master "$RTSPH264OPTS" >> "$LOGPATH" &
/system/sdcard/bin/busybox nohup /system/sdcard/bin/v4l2rtspserver-master $RTSPH264OPTS >> "$LOGPATH" &
echo "$!" > "$PIDFILE"
fi
}
Expand Down

0 comments on commit d59e31d

Please sign in to comment.