Fix indentation

This commit is contained in:
jacob.eva 2023-11-08 20:50:21 +00:00
parent 1f0d58acd7
commit 0a8c649283
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -893,10 +893,10 @@ if [ "$httpuploads" == "y" ]; then
fi fi
done done
upload2=" upload2="
soft_upload_quota: soft_upload_quota:
$softquota: all # MB $softquota: all # MB
hard_upload_quota: hard_upload_quota:
$hardquota: all # MB" $hardquota: all # MB"
if [ "$stunturn" == "y" ]; then if [ "$stunturn" == "y" ]; then
config+=${upload1} config+=${upload1}