From fb14d8454da5aebf9cc35396788ccea035c517b2 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Mon, 21 Jan 2019 21:01:25 +0000 Subject: [PATCH] Fix: minor modifications --- debian/postinst | 2 -- mkrelease.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/postinst b/debian/postinst index 240eb36..b0d85a1 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 diff --git a/mkrelease.sh b/mkrelease.sh index 8dc2c0d..91d5417 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -14,7 +14,7 @@ function minify { return fi - if [ "$TYPE" == "html" ] + if [ "$TYPE" = "html" ] then perl -pe 's/^\s*//gm; s/\s*$//gm' $SRC > $DST ERROR="$?"