Skip to content

Commit 9f3ea80

Browse files
Update crowdsec-openresty-bouncer.spec (#46)
1 parent 85b54aa commit 9f3ea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/SPECS/crowdsec-openresty-bouncer.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if [ "$1" == "1" ] ; then
122122
break
123123
fi
124124
done
125-
SSL_CERTS_PATH=${CERT_FILE} envsubst < ${TMP} > ${NGINX_CONFIG_PATH}
125+
SSL_CERTS_PATH=${CERT_FILE} envsubst '$SSL_CERTS_PATH' < ${TMP} > ${NGINX_CONFIG_PATH}
126126
rm ${TMP}
127127

128128
echo "Add 'include /usr/local/openresty/nginx/conf/conf.d/crowdsec_openresty.conf;' in your nginx configuration file (in the 'http' section) to enable the bouncer."

0 commit comments

Comments
 (0)