]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update shairport-sync.freebsd
authorMike Brady <mikebrady@eircom.net>
Mon, 20 Aug 2018 20:57:46 +0000 (21:57 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Aug 2018 20:57:46 +0000 (21:57 +0100)
scripts/shairport-sync.freebsd

index 9088bd825b848aa8635a00e7a7e425060aabd66c..4e812dd00eb54322d338c9c067de0482612bb64e 100644 (file)
@@ -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"
 }