From ded30edff1ac5ae8540f0a5b4603df3006c920cd Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:40:54 +0200 Subject: [PATCH] Update 6_server-start.sh --- scripts/6_server-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/6_server-start.sh b/scripts/6_server-start.sh index e31ac59..cfe84c5 100755 --- a/scripts/6_server-start.sh +++ b/scripts/6_server-start.sh @@ -57,7 +57,7 @@ fi echo " " echo "###########################################################################################" echo "## After the above you can use the following commands:" -echo "### install - Install and download the source-code repo's" +echo "### install - Download the source source-code" echo "### update - Updates source-code to latest version" echo "### build - Builds the server based on source-code" echo "### compile - Compiles the code based on the build server"