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

Removed auto-deploy again for some reason

This commit is contained in:
HeyJack 2020-12-07 18:02:40 +00:00
parent bfe50d016f
commit 393ac8c992

View File

@ -1494,10 +1494,6 @@ WantedBy=multi-user.target
EOF
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
}