mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Update install.sh
This commit is contained in:
parent
692fd939d9
commit
21d118dad4
@ -1487,9 +1487,12 @@ StartLimitInterval=600
|
|||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
systemctl enable --now wings
|
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."
|
||||||
sudo wings
|
output "Paste your auto deploy command below: "
|
||||||
|
read AUTODEPLOY
|
||||||
|
${AUTODEPLOY}
|
||||||
|
systemctl start wings
|
||||||
}
|
}
|
||||||
|
|
||||||
install_daemon() {
|
install_daemon() {
|
||||||
|
Loading…
Reference in New Issue
Block a user