We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c56bde commit be2f05dCopy full SHA for be2f05d
docker/rootfs/etc/cont-init.d/99_crowdsec-openresty-bouncer.sh
@@ -23,7 +23,8 @@ fi
23
sed -i 's|/defaults/crowdsec|/data/crowdsec|' /data/crowdsec/crowdsec-openresty-bouncer.conf
24
echo "Deploy Templates .."
25
#Make sure we only copy files that don't exist in /data/crowdsec.
26
-for file in /defaults/crowdsec/templates/*
+cd /defaults/crowdsec/templates/
27
+for file in *.html
28
do
29
if [ ! -e "/data/crowdsec/templates/${file}" ]
30
then
0 commit comments