Remove https restart
This commit is contained in:
parent
fa4bba38b8
commit
648eb9ed27
|
@ -52,7 +52,6 @@ if [ "$#" -ge 2 ]; then
|
|||
if [ "$2" = "www" ]; then
|
||||
echo "Restarting www service..."
|
||||
systemctl restart www
|
||||
systemctl restart https
|
||||
elif [ "$2" = "files" ]; then
|
||||
echo "Only updating files... Done."
|
||||
elif [ "$2" = "reboot" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user