mirror of
https://github.com/SuperBFG7/ympd
synced 2025-11-01 06:13:04 +00:00
Fix: minor modifications
This commit is contained in:
2
debian/postinst
vendored
2
debian/postinst
vendored
@@ -6,8 +6,6 @@ getent group mympd > /dev/null
|
||||
getent passwd mympd > /dev/null
|
||||
[ "$?" = "2" ] && useradd -r mympd -g mympd -d /var/lib/mympd -s /usr/sbin/nologin
|
||||
|
||||
|
||||
|
||||
echo "Trying to link musicdir to library"
|
||||
if [ -f /etc/mpd.conf ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user