diff --git a/target/scripts/helpers/database/manage/postfix-accounts.sh b/target/scripts/helpers/database/manage/postfix-accounts.sh index 3cb369dc..e92b2555 100644 --- a/target/scripts/helpers/database/manage/postfix-accounts.sh +++ b/target/scripts/helpers/database/manage/postfix-accounts.sh @@ -104,7 +104,7 @@ function _password_request_if_missing() { echo [[ -z ${PASSWD} ]] && _exit_with_error 'Password must not be empty' - read -r -s -p 'Confirm Password: ' CONFIRM + read -r -s -p 'Confirm Password: ' PASSWD_CONFIRM echo [[ ${PASSWD} != "${PASSWD_CONFIRM}" ]] && _exit_with_error 'Passwords do not match!' fi