1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-22 23:50:12 +02:00

Fix update in setup.sh (#456)

The updatemailuser needs parameters
This commit is contained in:
Dominik 2017-01-09 16:27:20 +01:00 committed by Thomas VIAL
parent 8eb53438ce
commit 0216ce84a2

View File

@ -118,7 +118,7 @@ case $1 in
;;
update)
shift
_docker_image updatemailuser
_docker_image updatemailuser $@
;;
del)
shift