mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 08:16:16 -04:00
parent
c9b0a3f2ba
commit
ea04f25e92
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue