mirror of https://github.com/Icinga/icinga2.git
parent
5309629403
commit
99b590ab95
|
@ -18,7 +18,7 @@ if [ -n "$1" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if ! base64 -i -d $1 | tar ztf >/dev/null 2>&1; then
|
||||
if ! base64 -i -d $1 | tar zt >/dev/null 2>&1; then
|
||||
echo "The bundle file is invalid or corrupted."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue