From 648eb9ed27b55d5e8d96e96f3e915100fa553082 Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Thu, 13 Aug 2020 22:11:01 -0500 Subject: [PATCH] Remove https restart --- rootfs/standard/usr/bin/mynode-local-upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/standard/usr/bin/mynode-local-upgrade b/rootfs/standard/usr/bin/mynode-local-upgrade index 37caf19f..2a64663a 100755 --- a/rootfs/standard/usr/bin/mynode-local-upgrade +++ b/rootfs/standard/usr/bin/mynode-local-upgrade @@ -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