From 9afab4c73ec79a2aa4d3d91c77af6d3a7623fb39 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 6 Mar 2012 08:42:54 +0000 Subject: [PATCH] bug in screening nightly build: unzip and replace existing files SVN: 24620 --- openbis_all/source/bash/install-servers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_all/source/bash/install-servers.sh b/openbis_all/source/bash/install-servers.sh index 61f03cd66fd..4714e83eeec 100755 --- a/openbis_all/source/bash/install-servers.sh +++ b/openbis_all/source/bash/install-servers.sh @@ -42,7 +42,7 @@ rm -rf "$OPENBIS_DSS" echo "unzip openBIS-server*.zip" unzip -qu openBIS-server*.zip -d "$SERVERS" echo "unzip datastore_server-*.zip" -unzip -qu datastore_server-*.zip -d "$SERVERS" +unzip -quo datastore_server-*.zip -d "$SERVERS" for file in datastore_server_plugin-*.zip; do if [ -f $file ]; then echo "unzip $file" -- GitLab