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

LMS-2471 unzip without user response

SVN: 22672
parent 023aa6db
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ unzip -qu datastore_server-*.zip -d "$SERVERS" ...@@ -44,7 +44,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 -qu -d "$SERVERS/datastore_server" $file; unzip -qun -d "$SERVERS/datastore_server" $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