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

Update install.sh

This commit is contained in:
TommyTran732 2020-10-16 02:00:32 -04:00 committed by GitHub
parent 692fd939d9
commit 21d118dad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1487,9 +1487,12 @@ StartLimitInterval=600
WantedBy=multi-user.target
EOF
systemctl enable --now wings
sudo wings
systemctl enable 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}
systemctl start wings
}
install_daemon() {