From 393ac8c99221150393c7cd2cf8e0de0db4e39bb8 Mon Sep 17 00:00:00 2001 From: HeyJack Date: Mon, 7 Dec 2020 18:02:40 +0000 Subject: [PATCH] Removed auto-deploy again for some reason --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index c06c240..e9e6af0 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 }