From a64bd880778b9bb1768db13caedcba22dbf2f644 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 2 Nov 2021 01:30:58 -0400 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index f21e93c..e7d5ba7 100644 --- a/install.sh +++ b/install.sh @@ -734,6 +734,7 @@ EOF systemctl enable wings output "Wings ${WINGS} has now been installed on your system." output "You should go to your panel and configure the node now." + output "Do `systemctl start wings` after you have run the auto deployment command." if [ "$lsb_dist" != "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" != "almalinux" ]; then output "------------------------------------------------------------------" output "IMPORTANT NOTICE!!!"