mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 10:31:34 -05:00
Added outputs for Daemon/Wings
This commit is contained in:
parent
393ac8c992
commit
cd698b8cc2
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user