Fix tarball path

This commit is contained in:
TheSpad
2023-02-12 16:52:01 +00:00
parent 96b240488f
commit 09d5fccfa9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ curl -so \
mkdir -p /tmp/crowdsec
if ! tar -tzf /crowdsec.tar.gz >/dev/null 2>&1; then
if ! tar -tzf /tmp/crowdsec.tar.gz >/dev/null 2>&1; then
echo "**** Invalid tarball, could not download crowdsec bouncer ****"
exit 1
fi
@@ -32,7 +32,7 @@ curl -so \
mkdir -p /tmp/crowdsec
if ! tar -tzf /crowdsec.tar.gz >/dev/null 2>&1; then
if ! tar -tzf /tmp/crowdsec.tar.gz >/dev/null 2>&1; then
echo "**** Invalid tarball, could not download crowdsec bouncer ****"
exit 1
fi