Add params as string on generic var
This commit is contained in:
parent
b3f3806379
commit
886627ed13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user