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

LMS-2612 DSS plugin distributions changed: Folder 'datastore_server'...

LMS-2612 DSS plugin distributions changed: Folder 'datastore_server' introduced, DSS core-plugins added.

SVN: 24539
parent 888b5b9c
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ unzip -qu datastore_server-*.zip -d "$SERVERS" ...@@ -46,7 +46,7 @@ unzip -qu datastore_server-*.zip -d "$SERVERS"
for file in datastore_server_plugin-*.zip; do for file in datastore_server_plugin-*.zip; do
if [ -f $file ]; then if [ -f $file ]; then
echo "unzip $file" echo "unzip $file"
unzip -qun -d "$SERVERS/datastore_server" $file; unzip -qun -d "$SERVERS" $file;
fi fi
done done
rm -f openBIS-server*.zip rm -f openBIS-server*.zip
......
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