Remove https restart

This commit is contained in:
Taylor Helsper 2020-08-13 22:11:01 -05:00
parent fa4bba38b8
commit 648eb9ed27

View File

@ -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