From c3860f6bfe506bcb08a280b4912710148c384568 Mon Sep 17 00:00:00 2001 From: casperklein Date: Tue, 18 Jun 2024 20:46:19 +0200 Subject: [PATCH] fix typo --- target/scripts/helpers/database/manage/postfix-accounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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