mirror of https://github.com/Icinga/icinga2.git
configconvert: run_icinga2 config test helper
This commit is contained in:
parent
b772c52509
commit
96df47ed01
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
ICINGA2BIN="$HOME/i2/sbin/icinga2"
|
||||
ICINGA2CONF="./icinga2-conv.conf"
|
||||
|
||||
$ICINGA2BIN -x -c $ICINGA2CONF
|
Loading…
Reference in New Issue