From 0d856f9de4f049b42bbffd520b6d5e555b0fcf5d Mon Sep 17 00:00:00 2001 From: casperklein Date: Wed, 19 Jun 2024 00:22:04 +0200 Subject: [PATCH] fix typo --- target/bin/addsaslpassword | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/bin/addsaslpassword b/target/bin/addsaslpassword index 1f37ef68..7cb82dc2 100755 --- a/target/bin/addsaslpassword +++ b/target/bin/addsaslpassword @@ -8,7 +8,7 @@ function _main() { local DOMAIN="${1}" local RELAY_ACCOUNT="${2}" - local PASSWD="${2}" + local PASSWD="${3}" _validate_parameters _add_relayhost_credentials