mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
Remove quotes to meet style guidelines (#2330)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
bdb770a0aa
commit
d46e094280
12 changed files with 14 additions and 14 deletions
|
@ -26,7 +26,7 @@ while read -r LINE
|
|||
do
|
||||
USER=$(echo "${LINE}" | cut -d'|' -f1)
|
||||
|
||||
if [[ "${ENABLE_QUOTAS}" -eq 1 ]]
|
||||
if [[ ${ENABLE_QUOTAS} -eq 1 ]]
|
||||
then
|
||||
# ${QUOTA[0]} => current size
|
||||
# ${QUOTA[1]} => configured size limit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue