fix dbset so quota update works
This commit is contained in:
parent
7acc436e61
commit
4e15cb4199
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user