eidas health check binary

This commit is contained in:
Leif Johansson 2018-02-13 09:33:20 +01:00
parent 04a5ca91c4
commit 252ecb4a15

View file

@ -11,5 +11,5 @@ if [ $? -ne 0 ]; then
else
echo "OK - Service healthy"
echo $status
exit $STATE_OK
exit $STATE_OK
fi