diff --git a/scripts/Bootstrap/Pmodules/modmanage.in b/scripts/Bootstrap/Pmodules/modmanage.in index 669e15d..3c01f8b 100755 --- a/scripts/Bootstrap/Pmodules/modmanage.in +++ b/scripts/Bootstrap/Pmodules/modmanage.in @@ -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