1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00

Remove Auto-Deploy from Wings install

This commit is contained in:
HeyJack 2020-10-12 20:29:38 +01:00
parent 45cf2d619c
commit 15bed0dcb3

View File

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