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 96b2404 commit 09d5fccCopy full SHA for 09d5fcc
root/etc/cont-init.d/98-crowdsec
@@ -32,7 +32,7 @@ curl -so \
32
33
mkdir -p /tmp/crowdsec
34
35
-if ! tar -tzf /crowdsec.tar.gz >/dev/null 2>&1; then
+if ! tar -tzf /tmp/crowdsec.tar.gz >/dev/null 2>&1; then
36
echo "**** Invalid tarball, could not download crowdsec bouncer ****"
37
exit 1
38
fi
root/etc/s6-overlay/s6-rc.d/init-mod-swag-crowdsec/run
0 commit comments