From ffd72ed6f76c8565b99af22bf3d80d70cfc548f1 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 29 Jan 2016 16:45:08 +0000 Subject: [PATCH] Fixed ubuntu init script as per #2446 --- init-scripts/init.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-scripts/init.ubuntu b/init-scripts/init.ubuntu index 991f8e0a..c4c0b8dc 100755 --- a/init-scripts/init.ubuntu +++ b/init-scripts/init.ubuntu @@ -164,7 +164,7 @@ start_headphones () { handle_updates if ! is_running; then log_daemon_msg "Starting $DESC" - start-stop-daemon -o -d "$APP_PATH" -c "$RUN_AS" --start "$EXTRA_SSD"_OPTS --pidfile "$PID_FILE" --exec "$DAEMON" -- "$DAEMON_OPTS" + start-stop-daemon -o -d $APP_PATH -c $RUN_AS --start $EXTRA_SSD_OPTS --pidfile $PID_FILE --exec $DAEMON -- $DAEMON_OPTS check_retval else log_success_msg "$DESC: already running (pid $PID)"