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

Might aswell remove auto-deploy while i'm here

This commit is contained in:
HeyJack 2020-12-07 00:52:45 +00:00
parent d29b07579a
commit fd3256b747

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
}