mirror of https://github.com/Icinga/icinga2.git
Fix icinga-{en,dis}able-feature text
This commit is contained in:
parent
aae8db2349
commit
a51860d2a1
|
@ -63,7 +63,7 @@ do
|
|||
echo "Enabling '$FEATURE' failed. Check permissions for $ICINGA2CONFDIR/features-enabled/"
|
||||
exit 1
|
||||
else
|
||||
echo "Module '$FEATURE' was enabled."
|
||||
echo "Module '$FEATURE' has been enabled."
|
||||
RELOAD="YES"
|
||||
fi
|
||||
fi
|
||||
|
@ -78,7 +78,7 @@ do
|
|||
echo "Disabling '$FEATURE' failed. Check permissions for $ICINGA2CONFDIR/features-enabled/$FEATURE.conf"
|
||||
exit 1
|
||||
else
|
||||
echo "Feature '$FEATURE' was disabled."
|
||||
echo "Feature '$FEATURE' has been disabled."
|
||||
RELOAD="YES"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue