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
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user