From 15bed0dcb3a9dc7431e466bbe553008440e29abf Mon Sep 17 00:00:00 2001 From: HeyJack Date: Mon, 12 Oct 2020 20:29:38 +0100 Subject: [PATCH] Remove Auto-Deploy from Wings install --- install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 62a7432..05b95e2 100644 --- a/install.sh +++ b/install.sh @@ -1138,7 +1138,7 @@ server { client_body_timeout 120s; sendfile off; # SSL Configuration - ssl_certificate /etc/letsencrypt/live/'"$FQDN"'/fullchain.pem; + ssl_certificate /etc/letsencrypt/live/'"$FQDN"'/fullchain.pem;- ssl_certificate_key /etc/letsencrypt/live/'"$FQDN"'/privkey.pem; ssl_session_cache shared:SSL:10m; ssl_protocols TLSv1.2; @@ -1461,10 +1461,6 @@ EOF systemctl enable --now wings - output "Daemon installation is nearly complete, please go to the panel and get your 'Auto Deploy' command in the node configuration tab." - output "Paste your auto deploy command below: " - read AUTODEPLOY - ${AUTODEPLOY} sudo wings }