mirror of https://github.com/Icinga/icinga2.git
parent
e92ef19340
commit
be213ab7c5
|
@ -14,6 +14,11 @@ if [ -n "$1" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! base64 -d $1 2>/dev/null; then
|
||||||
|
echo "The bundle file is invalid or corrupted."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
echo -n "Are you setting up a new master instance? [n] "
|
echo -n "Are you setting up a new master instance? [n] "
|
||||||
if ! read master; then
|
if ! read master; then
|
||||||
|
|
Loading…
Reference in New Issue