Skip to content
Snippets Groups Projects
Commit 6deb2a22 authored by felmer's avatar felmer
Browse files

copy capabilities from config to jetty/etc

SVN: 26087
parent 172b2c19
No related merge requests found
......@@ -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 ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment