mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
fixed shellcheck version
This commit is contained in:
parent
f7ca406ec9
commit
323303431a
5 changed files with 11 additions and 8 deletions
|
@ -145,7 +145,7 @@ function _notify()
|
|||
* ) options="-e" ;;
|
||||
esac
|
||||
|
||||
[[ -n "${msg}" ]] && echo ${options} "${msg}"
|
||||
[[ -n "${msg}" ]] && echo "${options}" "${msg}"
|
||||
}
|
||||
export -f _notify
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue