Update mkrelease.sh

This commit is contained in:
Jürgen Mang 2018-07-23 15:37:48 +02:00 committed by GitHub
parent 5fdc7aa7dc
commit 59dcd48e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ then
if [ contrib/mympd.service -nt /etc/systemd/system/mympd.service ]
then
sudo cp -v contrib/mympd.service /etc/systemd/system/
systemctl daemon-reload
sudo systemctl daemon-reload
fi
systemctl enable mympd
sudo systemctl enable mympd
fi
if [ -d /etc/mympd/ssl ]
@ -75,7 +75,7 @@ then
echo "Certificates already created"
else
echo "Creating certificates"
contrib/crcert.sh
sudo contrib/crcert.sh
fi
echo "myMPD installed"