From 96781a36a2a98d1a7567420962ce6f12759bf5db Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sat, 29 Oct 2016 16:51:42 +0200 Subject: [PATCH] bug in RC --- example/diameter/launcher/deployments/st-client/checkStatus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/diameter/launcher/deployments/st-client/checkStatus.sh b/example/diameter/launcher/deployments/st-client/checkStatus.sh index fc14686..7e7f861 100755 --- a/example/diameter/launcher/deployments/st-client/checkStatus.sh +++ b/example/diameter/launcher/deployments/st-client/checkStatus.sh @@ -20,7 +20,7 @@ echo -n "$ADML_CONNECTIONS_ALIVE connections established" if [ $ADML_CONNECTIONS_ALIVE -ne $ADML_TOTAL_CONNECTIONS ] then echo " ! (expected $ADML_TOTAL_CONNECTIONS configured)" - [ $RESULT_CODE -ne 1 ] && RESULT_CODE= + [ $RESULT_CODE -ne 1 ] && RESULT_CODE=2 else echo fi -- 2.20.1