aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2/icingaweb2.post-install
blob: 425b0c05d2db5e1a3a4368f869ed2df5621d5290 (plain)
1
2
3
4
5
6
#!/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