From 6deb2a22cad7d9c35ab65a301bb2a71a1e4b2b69 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 12 Jul 2012 09:58:21 +0000 Subject: [PATCH] copy capabilities from config to jetty/etc SVN: 26087 --- openbis_all/source/bash/sprint_install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh index ba546095700..f437480fc34 100755 --- a/openbis_all/source/bash/sprint_install.sh +++ b/openbis_all/source/bash/sprint_install.sh @@ -64,6 +64,10 @@ cd openBIS-server if [ -f $KEYSTORE ]; then cp -p $KEYSTORE jetty/etc/openBIS.keystore fi +if [ -f $CONFIG_DIR/capabilities ]; then + cp -p $CONFIG_DIR/capabilities jetty/etc +fi + echo Installing datastore server... cd .. -- GitLab