diff --git a/install b/install index 6556457..7496f42 100644 --- a/install +++ b/install @@ -1,6 +1,6 @@ post_install() { getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null - getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/true -G audio mpd >/dev/null + getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null echo '==> Now create a /etc/mpd.conf file; see: /usr/share/mpd/mpd.conf.example' }