From: Eduardo Ramos Testillano Date: Sat, 29 Oct 2016 14:51:42 +0000 (+0200) Subject: bug in RC X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=refs%2Fheads%2Fquick_solution bug in RC --- 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