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
1 changed files with 1 additions and 1 deletions

View File

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