mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 18:15:29 +02:00
fixed shellcheck version
This commit is contained in:
parent
f7ca406ec9
commit
323303431a
5 changed files with 11 additions and 8 deletions
4
setup.sh
4
setup.sh
|
@ -30,7 +30,9 @@ function _get_current_directory()
|
|||
fi
|
||||
}
|
||||
|
||||
CDIR="$(pwd)" ; _get_current_directory
|
||||
CDIR="$(pwd)"
|
||||
_get_current_directory
|
||||
|
||||
CRI=
|
||||
INFO=
|
||||
IMAGE_NAME=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue