remove duplicated generic var

This commit is contained in:
Thiago Alves Cavalcante 2020-05-13 22:14:10 -03:00 committed by GitHub
parent 886627ed13
commit efdc428c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ set -e
: "${ZAMMAD_RAILSSERVER_PORT:=3000}"
: "${ZAMMAD_WEBSOCKET_HOST:=zammad-websocket}"
: "${ZAMMAD_WEBSOCKET_PORT:=6042}"
: "${ZAMMAD_INSTALL_RSYNC_PARAMS:=--no-perms --no-owner}"
: "${NGINX_SERVER_NAME:=_}"
: "${RSYNC_PARAMS:='--no-perms --no-owner'}"