mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Fix tarball path
This commit is contained in:
@@ -32,7 +32,7 @@ curl -so \
|
|||||||
|
|
||||||
mkdir -p /tmp/crowdsec
|
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 ****"
|
echo "**** Invalid tarball, could not download crowdsec bouncer ****"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ curl -so \
|
|||||||
|
|
||||||
mkdir -p /tmp/crowdsec
|
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 ****"
|
echo "**** Invalid tarball, could not download crowdsec bouncer ****"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user