mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-08 04:41:33 -05:00
Remove Auto-Deploy from Wings install
This commit is contained in:
parent
45cf2d619c
commit
15bed0dcb3
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user