mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-15 15:12:27 +02:00
bugfix
This commit is contained in:
parent
2bf7ae3bec
commit
c597f1570b
1 changed files with 2 additions and 2 deletions
|
@ -334,8 +334,8 @@ EOF
|
|||
echo "[INFO] Warte auf Icinga2 API..."
|
||||
sleep 15
|
||||
echo "[INFO] Icinga Director Setup wird ausgeführt."
|
||||
# KORREKTUR: Reihenfolge der Director-Befehle getauscht
|
||||
icingacli director kickstart --endpoint localhost --user director --password "${ICINGA_API_USER_PASS}"
|
||||
# KORREKTUR: 'run' wurde zum kickstart-Befehl hinzugefügt.
|
||||
icingacli director kickstart run --endpoint localhost --user director --password "${ICINGA_API_USER_PASS}"
|
||||
icingacli director migration run
|
||||
icingacli director config set 'endpoint' 'localhost' --user 'director' --password "${ICINGA_API_USER_PASS}"
|
||||
icingacli director automation run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue