scripts/Bootstrap/Pmodules/modmanage.in: bugfix

This commit is contained in:
2015-03-12 17:02:50 +01:00
parent 568f3d791c
commit f432e05df9

View File

@@ -194,7 +194,7 @@ environment at '${PSI_PREFIX}'
echo
if [[ -d "${target_prefix}" ]] && [[ ${force} == no ]]; then
echo "Warning: ${target_prefix} already exists."
get_YN_answer "Do you really want to re-run the initialization? (y/N) " \
get_YN_answer "Do you really want to re-run the initialization? (y/N) " || \
die 1 "Abort ..."
fi