Fix update in setup.sh

The updatemailuser needs parameters
This commit is contained in:
Dominik 2017-01-08 16:51:03 +01:00 committed by GitHub
parent 8eb53438ce
commit b759090d64
1 changed files with 1 additions and 1 deletions

View File

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