mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
mpd: fix chown syntax
this remove a warning at boot that user and group should seperated by ":" and not by "." Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
dcd828666a
commit
a5c7005c3d
@@ -25,7 +25,7 @@
|
||||
case "$1" in
|
||||
start)
|
||||
boot_mesg "Starting MPD..."
|
||||
chown -R root.nobody /var/ipfire/mpd/db
|
||||
chown -R root:nobody /var/ipfire/mpd/db
|
||||
/bin/nice --5 /usr/bin/mpd
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user