[IMP] Add missing '/' on explanations about configuration file placement
This commit is contained in:
parent
f332f6c32b
commit
1cc80c028a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user