From 21d118dad46d7af1d7dd666f252c7156333c3c3d Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Fri, 16 Oct 2020 02:00:32 -0400 Subject: [PATCH] Update install.sh --- install.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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() {