mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
Make sure that the icinga2-classicui package enables the command pipe.
Fixes #5070
This commit is contained in:
parent
64dc5e9d00
commit
05a4c090c2
3
debian/icinga2-classicui.postinst
vendored
3
debian/icinga2-classicui.postinst
vendored
@ -30,9 +30,10 @@ setperm() {
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
if [ -x "`which icinga2-enable-feature`" ]; then
|
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 compatlog
|
||||||
icinga2-enable-feature statusdata
|
icinga2-enable-feature statusdata
|
||||||
|
icinga2-enable-feature command
|
||||||
|
|
||||||
echo "reloading icinga2"
|
echo "reloading icinga2"
|
||||||
[ -x $(which invoke-rc.d) ] && invoke-rc.d icinga2 reload
|
[ -x $(which invoke-rc.d) ] && invoke-rc.d icinga2 reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user