Fix command-line arguments which contain spaces

fixes #10535
This commit is contained in:
Gunnar Beutner 2015-11-05 12:08:38 +01:00
parent 18e162da5e
commit 75eed9f30e
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ if test "x`uname -s`" = "xLinux" -a "x$1" = "xconsole"; then
fi
fi
exec $ICINGA2_BIN $@
exec $ICINGA2_BIN "$@"