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