Parametrize variants at build scripts
[anna.git] / example / diameter / launcher / resources / rest_api / ct / ct.sh
index 1ae0224..3fe561d 100755 (executable)
@@ -10,7 +10,7 @@ REPO_DIR="$(git rev-parse --show-toplevel 2>/dev/null)"
 SERVICES=${REPO_DIR}/example/diameter/launcher/resources/rest_api/ct/resources/servicesJson-request.json
 ENDPOINT=http://localhost:8074
 PORT=$(echo ${ENDPOINT} | cut -d: -f3)
-C_NAME=adml-http
+C_NAME=anna-adml-http
 
 #############
 # EXECUTION #
@@ -26,7 +26,7 @@ echo
 echo "Rebuild ADML HTTP service image (y/n) [y]:"
 read opt
 [ -z "${opt}" ] && opt=y
-[ "${opt}" = "y" ] && ${REPO_DIR}/tools/build-adml-http
+[ "${opt}" = "y" ] && ${REPO_DIR}/tools/build-anna-adml-http
 
 version=$(${REPO_DIR}/tools/version)
 echo "Restart ADML HTTP service image (version '${version}') ..."