mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-12 18:34:52 +02:00
Change 'while' style (#3365)
This commit is contained in:
parent
37ca0f9ba9
commit
c2d0b748b2
18 changed files with 22 additions and 44 deletions
|
@ -70,8 +70,7 @@ ${ORANGE}EXIT STATUS${RESET}
|
|||
}
|
||||
|
||||
function _parse_options() {
|
||||
while getopts ":yY" OPT
|
||||
do
|
||||
while getopts ":yY" OPT; do
|
||||
case "${OPT}" in
|
||||
( 'y' | 'Y' )
|
||||
MAILDEL=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue