mirror of https://github.com/Icinga/icinga2.git
parent
c9b0a3f2ba
commit
ea04f25e92
|
@ -14,7 +14,7 @@ if [ -n "$1" ]; then
|
|||
exit 1
|
||||
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."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue