mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-08 04:41:33 -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 enable wings
|
||||||
systemctl start wings
|
systemctl start wings
|
||||||
|
output "Wings ${WINGS} has now been installed on your system."
|
||||||
}
|
}
|
||||||
|
|
||||||
install_daemon() {
|
install_daemon() {
|
||||||
@ -1578,6 +1579,7 @@ EOF
|
|||||||
read AUTODEPLOY
|
read AUTODEPLOY
|
||||||
${AUTODEPLOY}
|
${AUTODEPLOY}
|
||||||
service wings start
|
service wings start
|
||||||
|
output "Daemon ${DAEMON_LEGACY} has now been installed on your system."
|
||||||
}
|
}
|
||||||
|
|
||||||
migrate_wings(){
|
migrate_wings(){
|
||||||
|
Loading…
Reference in New Issue
Block a user