From 4b9cd1b2e3d35e2d361a6e2b971e6983bedcca5d Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Thu, 9 Apr 2009 09:06:13 +0000
Subject: [PATCH] LMS-832 minor: adapt install scripts for demo openBIS

SVN: 10650
---
 openbis_all/source/bash/sprint_install.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh
index 13eefaf0028..08dc99947ec 100755
--- a/openbis_all/source/bash/sprint_install.sh
+++ b/openbis_all/source/bash/sprint_install.sh
@@ -14,8 +14,9 @@ cd -
 DB_SNAPSHOT=db_snapshots/sprint$PREV_VER-lims_productive.sql
 KEYSTORE=~/.keystore
 
-# Unalias rm command
+# Unalias rm and cp commands
 unalias rm
+unalias cp
 
 echo Stopping the components...
 ./sprint/openBIS-server/apache-tomcat/bin/shutdown.sh
@@ -62,5 +63,6 @@ rm -rf openbis
 
 # Reset the rm command alias
 alias 'rm=rm -i'
+alias 'cp=cp -i'
 
 echo Done!
\ No newline at end of file
-- 
GitLab