From 567afc73a6b2ec4e30dae881dcd230d3c75ed49d Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 8 Jul 2022 13:52:22 +0200 Subject: [PATCH] Fixed setup.sh --- src/resources/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/setup.sh b/src/resources/setup.sh index 13da89f..e1e75a5 100644 --- a/src/resources/setup.sh +++ b/src/resources/setup.sh @@ -183,7 +183,7 @@ else echo "- Modify ${CONTAINER_INI} with your hostname" fi -echo "- Modify ${CONTAINER_INI} startup infrastructure and vres" +echo "- Modify ${CONTAINER_INI} authorization section" echo "- You can Start the container from ${BUNDLE_HOME} directory using the command ./${STARTUP_SCRIPT}" echo "- You can Stop the container from ${BUNDLE_HOME} directory using the command ./${STOP_SCRIPT}"