diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh index ba546095700d977e8086535ff36b9eeeb572a749..f437480fc34c5b77bed1d88acb515cd1ffe3109e 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 ..