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

Added outputs for Daemon/Wings

This commit is contained in:
HeyJack 2020-12-07 18:04:29 +00:00
parent 393ac8c992
commit cd698b8cc2

View File

@ -1495,6 +1495,7 @@ EOF
systemctl enable wings
systemctl start wings
output "Wings ${WINGS} has now been installed on your system."
}
install_daemon() {
@ -1578,6 +1579,7 @@ EOF
read AUTODEPLOY
${AUTODEPLOY}
service wings start
output "Daemon ${DAEMON_LEGACY} has now been installed on your system."
}
migrate_wings(){