]> granicus.if.org Git - icinga2/blob - test/jenkins/external_commandpipe.test
Update consolecommand.cpp
[icinga2] / test / jenkins / external_commandpipe.test
1 #!/bin/sh
2
3 commandpipe_path="/var/run/icinga2/cmd/icinga2.cmd"
4
5 if [ -e $commandpipe_path ];
6 then
7     echo "[OK] Icinga2 commandpipe found ($commandpipe_path)"
8     exit 0
9 else
10     echo "[FAIL] Icinga2 commandpipe not found ($commandpipe_path)"
11     exit 1
12 fi