mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
parent
c9b0a3f2ba
commit
ea04f25e92
@ -14,7 +14,7 @@ if [ -n "$1" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! base64 -d $1 2>/dev/null; then
|
if ! base64 -d $1 >/dev/null 2>&1; then
|
||||||
echo "The bundle file is invalid or corrupted."
|
echo "The bundle file is invalid or corrupted."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user