mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 11:21:17 +02:00
7 lines
270 B
Bash
Executable File
7 lines
270 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/share/webapps/icingaweb2/bin/icingacli setup config directory --group icingaweb2;
|
|
echo "Please take note of this setup token. This should be pasted into icingaweb2 setup web page: "
|
|
/usr/share/webapps/icingaweb2/bin/icingacli setup token create;
|
|
exit 0
|