removed shellcheck disable

This commit is contained in:
André Bauer 2020-06-30 14:59:04 +02:00
parent f605d4519e
commit c514006401

View File

@ -116,7 +116,6 @@ if [ "$1" = 'zammad-nginx' ]; then
check_zammad_ready
# configure nginx
# shellcheck disable=SC2154
sed -e "s#proxy_set_header X-Forwarded-Proto .*;#proxy_set_header X-Forwarded-Proto ${NGINX_SERVER_SCHEME};#g" \
-e "s#server .*:3000#server ${ZAMMAD_RAILSSERVER_HOST}:${ZAMMAD_RAILSSERVER_PORT}#g" \
-e "s#server .*:6042#server ${ZAMMAD_WEBSOCKET_HOST}:${ZAMMAD_WEBSOCKET_PORT}#g" \