1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-01 06:13:04 +00:00

Fix: minor modifications

This commit is contained in:
jcorporation
2019-01-21 21:01:25 +00:00
parent 61a69ee06f
commit fb14d8454d
2 changed files with 1 additions and 3 deletions

2
debian/postinst vendored
View File

@@ -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