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

LMS-2471 bug fixed

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