From fd3256b7470f5f90f38fe4c41ec1eb526dd2f613 Mon Sep 17 00:00:00 2001 From: HeyJack Date: Mon, 7 Dec 2020 00:52:45 +0000 Subject: [PATCH] Might aswell remove auto-deploy while i'm here --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 063c696..6e8220e 100644 --- a/install.sh +++ b/install.sh @@ -1494,10 +1494,6 @@ WantedBy=multi-user.target EOF 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 }