X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Fst-client%2Fconfigure.sh;h=4b231eed9f45210021cbf27a8bf6747097881175;hp=56adfcc675c45efcab78b1d1b55bef9e2ca477a2;hb=5406b19bdbfe101b264f8c4d878392e2916b8f9d;hpb=5a83889abd106f92def9a9f76a8e6eb81fb943ae diff --git a/example/diameter/launcher/deployments/st-client/configure.sh b/example/diameter/launcher/deployments/st-client/configure.sh index 56adfcc..4b231ee 100755 --- a/example/diameter/launcher/deployments/st-client/configure.sh +++ b/example/diameter/launcher/deployments/st-client/configure.sh @@ -17,9 +17,7 @@ N_TESTCASES_PROGRAM_LAYOUT__ST_CONF_FILE=.st_conf_n_testcases_program_layout # FUNCTIONS # ############# _exit () { - echo - echo $1 - echo + echo -e "\n$1\n" exit 1 } @@ -132,7 +130,7 @@ then _exit fi -[ ! -d services ] && _exit "Missing services configuration (expecting '$PWD/services' directory) !" +[ ! -d services ] && _exit "Missing services configuration (expecting '$PWD/services' directory).\nTake a look to 'services_example' and './dynlibs' scenaries stuff to complete your services.\n\nFor example:\n ln -s services_example services\n cp dynlibs/gx/00001/services/* services\n Edit CER files and 'services.msk' there, to fit your needs." calculate_deployment_layout