mirror of https://github.com/Icinga/icinga2.git
Make sure that the icinga2-classicui package enables the command pipe.
Fixes #5070
This commit is contained in:
parent
64dc5e9d00
commit
05a4c090c2
|
@ -30,9 +30,10 @@ setperm() {
|
|||
case "$1" in
|
||||
configure)
|
||||
if [ -x "`which icinga2-enable-feature`" ]; then
|
||||
echo "enabling icinga2 feature compatlog and statusdata"
|
||||
echo "enabling icinga2 feature compatlog, statusdata and command"
|
||||
icinga2-enable-feature compatlog
|
||||
icinga2-enable-feature statusdata
|
||||
icinga2-enable-feature command
|
||||
|
||||
echo "reloading icinga2"
|
||||
[ -x $(which invoke-rc.d) ] && invoke-rc.d icinga2 reload
|
||||
|
|
Loading…
Reference in New Issue