X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fresources%2Frest_api%2Fct%2Fct.sh;h=ac28e53607a667c1882d62153a4959d7a2b1dcbe;hp=a6e0d7549a46c691ab4902fe99bea6c8c90dc089;hb=HEAD;hpb=7681cb4079366eb6908dd5d0dc0124c3fcef4b6b diff --git a/example/diameter/launcher/resources/rest_api/ct/ct.sh b/example/diameter/launcher/resources/rest_api/ct/ct.sh index a6e0d75..ac28e53 100755 --- a/example/diameter/launcher/resources/rest_api/ct/ct.sh +++ b/example/diameter/launcher/resources/rest_api/ct/ct.sh @@ -34,9 +34,9 @@ nghttp --version 2>/dev/null echo "Requirement found !" echo -echo "Rebuild ADML HTTP service image (y/n) [y]:" +echo "Rebuild ADML HTTP service image (y/n) [n]:" read opt -[ -z "${opt}" ] && opt=y +[ -z "${opt}" ] && opt=n if [ "${opt}" = "y" ] then ${REPO_DIR}/tools/build-anna-adml-http ${VARIANT}