aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh')
-rw-r--r--catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh b/catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh
index 25a9bd90..268bc82b 100644
--- a/catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh
+++ b/catalog-core/distribution/catalog-all/src/main/assembly/shutdown.sh
@@ -20,11 +20,11 @@ echo @RUNHOME@ $RUNHOME
echo "### Starting catalog";
cd catalog
-./stop.sh &
+$RUNHOME/catalog/stop.sh &
cd $RUNHOME
echo "\n\n### Starting catalog-http server"
cd ./tomcat
-./bin/shutdown.sh &
+$RUNHOME/tomcat/bin/shutdown.sh &
echo "### Starting catalog end...";