mirror of
https://github.com/SuperBFG7/ympd
synced 2025-01-13 10:50:36 +00:00
Update mkrelease.sh
This commit is contained in:
parent
5fdc7aa7dc
commit
59dcd48e03
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user