diff --git a/install.sh b/install.sh index a24c03b..fefa6b4 100644 --- a/install.sh +++ b/install.sh @@ -1487,9 +1487,12 @@ StartLimitInterval=600 WantedBy=multi-user.target EOF - systemctl enable --now wings - - sudo 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." + output "Paste your auto deploy command below: " + read AUTODEPLOY + ${AUTODEPLOY} + systemctl start wings } install_daemon() {