mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +08:00
luci-app-music-remote-center: add init missing parameter (#188)
Signed-off-by: Yu Hua <hue715@gmail.com>
This commit is contained in:
parent
dacf3eb9c9
commit
c89907da5a
@ -50,7 +50,7 @@ start() {
|
||||
gen_config_file
|
||||
local enabled=$(uci_get_by_type owntone enabled 0)
|
||||
[ "$enabled" == "0" ] && return 1
|
||||
$SSD -p $PID -S -x $BIN -- -P $PID -c /var/etc/owntone.conf
|
||||
$SSD -p $PID -S -b -x $BIN -- -P $PID -c /var/etc/owntone.conf
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user