From cd698b8cc2d181a49fb90f352221c47f01f20c98 Mon Sep 17 00:00:00 2001 From: HeyJack Date: Mon, 7 Dec 2020 18:04:29 +0000 Subject: [PATCH] Added outputs for Daemon/Wings --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e9e6af0..83de8fa 100644 --- a/install.sh +++ b/install.sh @@ -1495,6 +1495,7 @@ EOF systemctl enable wings systemctl start wings + output "Wings ${WINGS} has now been installed on your system." } install_daemon() { @@ -1578,6 +1579,7 @@ EOF read AUTODEPLOY ${AUTODEPLOY} service wings start + output "Daemon ${DAEMON_LEGACY} has now been installed on your system." } migrate_wings(){