1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-16 01:59:55 +00:00

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

View File

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