Bug 494159 - changing to signal job on other HIPP
Change-Id: Ia7adc3d8fec998a6aa74836251c9bc496c266e2a
Signed-off-by: David Williams <david_williams@us.ibm.com>
diff --git a/promoteUtils/makeVisible.sh b/promoteUtils/makeVisible.sh
index 0a3ca3b..6663e98 100755
--- a/promoteUtils/makeVisible.sh
+++ b/promoteUtils/makeVisible.sh
@@ -140,7 +140,8 @@
then
SIM_REPO_ROOT=${SIM_REPO_ROOT:-/home/data/httpd/download.eclipse.org/releases/${TRAIN_NAME}}
changeNamesByCopy "${SIM_REPO_ROOT}"
-elif [[ "${DOMAIN}" == "EPP" ]]
+elif [[ "${DOMAIN}" == "EPP" ]]
+then
EPP_REPO_ROOT=${EPP_REPO_ROOT:-/home/data/httpd/download.eclipse.org/technology/epp/packages/${TRAIN_NAME}}
changeNamesByCopy "${EPP_REPO_ROOT}"
else