[IMP] Add missing '/' on explanations about configuration file placement

master
Olivier DOSSMANN 2016-02-15 10:35:49 +01:00
parent f332f6c32b
commit 1cc80c028a
1 changed files with 1 additions and 1 deletions

View File

@ -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