mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-19 08:48:42 +02:00
fix
This commit is contained in:
parent
43a1863433
commit
a98469f6be
1 changed files with 1 additions and 2 deletions
|
@ -60,7 +60,6 @@ _install() {
|
||||||
icingaweb2 icingacli \
|
icingaweb2 icingacli \
|
||||||
icinga-php-library \
|
icinga-php-library \
|
||||||
icingaweb2-module-reactbundle \
|
icingaweb2-module-reactbundle \
|
||||||
icingaweb2-module-incubator \
|
|
||||||
icinga-director
|
icinga-director
|
||||||
|
|
||||||
echo "[INFO] Systemd Services werden aktiviert."
|
echo "[INFO] Systemd Services werden aktiviert."
|
||||||
|
@ -335,7 +334,7 @@ EOF
|
||||||
echo "[INFO] Icinga Web 2 Module werden in korrekter Reihenfolge aktiviert."
|
echo "[INFO] Icinga Web 2 Module werden in korrekter Reihenfolge aktiviert."
|
||||||
icingacli module enable ipl
|
icingacli module enable ipl
|
||||||
icingacli module enable reactbundle
|
icingacli module enable reactbundle
|
||||||
icingacli module enable incubator
|
# incubator wird als Abhängigkeit von director via apt installiert und muss nicht manuell aktiviert werden
|
||||||
icingacli module enable director
|
icingacli module enable director
|
||||||
|
|
||||||
echo "[INFO] Alle Services werden neu gestartet."
|
echo "[INFO] Alle Services werden neu gestartet."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue