From 1cc80c028a6a1c993cca03bdc2246f6319b9485e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 15 Feb 2016 10:35:49 +0100 Subject: [PATCH] [IMP] Add missing '/' on explanations about configuration file placement --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index d7ab1d1..34b7f85 100755 --- a/launch.sh +++ b/launch.sh @@ -29,7 +29,7 @@ if test -z "$GISSMO_CFG"; then CONFIG_FILE="${PWD}/${CONFIG_FILENAME}" if ! test -f ${CONFIG_FILE}; then echo "'config' file not found. Use 'config.example' file and copy it -to 'config' one either in ${CONFIG_DEFAULT_DIR} or ${PWD}. Then try again!" +to 'config' one either in ${CONFIG_DEFAULT_DIR}/ or ${PWD}/ directory. Then try again!" exit 1 fi fi