fix dbset so quota update works

This commit is contained in:
Matthew Saunders Brown 2023-09-26 09:13:03 -07:00
parent 7acc436e61
commit 4e15cb4199

View File

@ -65,7 +65,7 @@ if [[ -n $ratelimit ]]; then
if [[ ! -z $dbset ]]; then if [[ ! -z $dbset ]]; then
dbset="$dbset," dbset="$dbset,"
fi fi
dbset=" ratelimit=$ratelimit" dbset="$dbset ratelimit=$ratelimit"
else else
echo "ERROR: ratelimit (-r) must numeric or NULL" echo "ERROR: ratelimit (-r) must numeric or NULL"
exit 1 exit 1