From 14b247ba78ca65a03028f3eb8adcfe36ade88562 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 16 Aug 2015 17:31:50 +0100 Subject: [PATCH] shairplay --- etc/init.d/shairplay | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/init.d/shairplay b/etc/init.d/shairplay index 58a43761..45050470 100755 --- a/etc/init.d/shairplay +++ b/etc/init.d/shairplay @@ -34,9 +34,9 @@ fi if [ "$START" != "yes" ]; then echo "$NAME not configured to start, please edit /etc/default/$NAME to enable (START=yes)" fi -[ -n "$PORT" ] && ARGS="$ARGS --server_port $PORT" -[ -n "$PASSWORD" ] && ARGS="$ARGS --password $PASSWORD" -[ -n "$APNAME" ] && ARGS="$ARGS --apname $APNAME" +[ -n "$PORT" ] && ARGS="$ARGS --server_port=$PORT" +[ -n "$PASSWORD" ] && ARGS="$ARGS --password=$PASSWORD" +[ -n "$APNAME" ] && ARGS="$ARGS --apname=$APNAME" case "$1" in start) -- 2.47.3