Add params as string on generic var

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

View File

@ -21,7 +21,7 @@ set -e
: "${ZAMMAD_WEBSOCKET_PORT:=6042}"
: "${ZAMMAD_INSTALL_RSYNC_PARAMS:=--no-perms --no-owner}"
: "${NGINX_SERVER_NAME:=_}"
: "${RSYNC_PARAMS:=--no-perms --no-owner}"
: "${RSYNC_PARAMS:='--no-perms --no-owner'}"
function check_zammad_ready {
sleep 15