mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-22 03:34:38 +02:00
change if style (#3361)
This commit is contained in:
parent
0e592aa911
commit
cf74127f78
58 changed files with 297 additions and 594 deletions
|
@ -111,8 +111,7 @@ function _shellcheck
|
|||
"koalaman/shellcheck-alpine:v${SHELLCHECK_VERSION}" "${CMD_SHELLCHECK[@]}" \
|
||||
"${BATS_EXTRA_ARGS[@]}" "${F_BATS[@]}" || ERROR=1
|
||||
|
||||
if [[ ${ERROR} -eq 0 ]]
|
||||
then
|
||||
if [[ ${ERROR} -eq 0 ]]; then
|
||||
_log 'info' 'ShellCheck succeeded'
|
||||
else
|
||||
_log 'error' 'ShellCheck failed'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue