From: Mike Brady Date: Mon, 20 Aug 2018 20:57:46 +0000 (+0100) Subject: Update shairport-sync.freebsd X-Git-Tag: 3.3RC0~249^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae73f37b2416cf31f11ff6bee2745b69b9058901;p=thirdparty%2Fshairport-sync.git Update shairport-sync.freebsd --- diff --git a/scripts/shairport-sync.freebsd b/scripts/shairport-sync.freebsd index 9088bd82..4e812dd0 100644 --- a/scripts/shairport-sync.freebsd +++ b/scripts/shairport-sync.freebsd @@ -14,7 +14,7 @@ stop_cmd="${name}_stop" shairport_sync_start() { - checkyesno shairport_sync_enable && echo "Starting shairport-sync." && \ + checkyesno shairport_sync_enable && echo "Starting shairport-sync." && \ su -m shairport-sync -c "/usr/local/bin/shairport-sync -d" }