From 4e15cb41998372f07a70281dac5d48ed36c3cbe8 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 26 Sep 2023 09:13:03 -0700 Subject: [PATCH] fix dbset so quota update works --- bin/vmail-mboxes-mod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vmail-mboxes-mod.sh b/bin/vmail-mboxes-mod.sh index eba6e4a..6ea54c1 100755 --- a/bin/vmail-mboxes-mod.sh +++ b/bin/vmail-mboxes-mod.sh @@ -65,7 +65,7 @@ if [[ -n $ratelimit ]]; then if [[ ! -z $dbset ]]; then dbset="$dbset," fi - dbset=" ratelimit=$ratelimit" + dbset="$dbset ratelimit=$ratelimit" else echo "ERROR: ratelimit (-r) must numeric or NULL" exit 1