mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fix feature list output in i2enfeature.
This commit is contained in:
parent
b3f24eecbc
commit
4eb8688271
@ -28,7 +28,7 @@ if [ -z "$1" ]; then
|
||||
echo -n "Available features: "
|
||||
|
||||
for file in $ICINGA2CONFDIR/features-available/*.conf; do
|
||||
echo -n $(basename -- $file .conf)
|
||||
echo -n "$(basename -- $file .conf) "
|
||||
done
|
||||
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user