mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
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…
x
Reference in New Issue
Block a user