diff --git a/openbis_all/source/bash/sprint_install.sh b/openbis_all/source/bash/sprint_install.sh
index 7b9c3ab9ac92e42399ab4a7d32b3ff2fc96cb619..9b601febb34d97f67d2b82c7790c76928bd4ceb8 100755
--- a/openbis_all/source/bash/sprint_install.sh
+++ b/openbis_all/source/bash/sprint_install.sh
@@ -37,7 +37,7 @@ unzip ../openBIS-server*$VER*
 cd openBIS-server
 ./install.sh --nostartup $PWD ../../service.properties
 cp -p $KEYSTORE apache-tomcat/openBIS.keystore
-sed 's/-Djavax.net.ssl.trustStore=openBIS.keystore //g' apache-tomcat/bin/startup.sh > new-startup.sh
+sed 's/-Djavax.net.ssl.trustStore=etc/openBIS.keystore //g' apache-tomcat/bin/startup.sh > new-startup.sh
 mv -f new-startup.sh apache-tomcat/bin/startup.sh
 chmod 744 apache-tomcat/bin/startup.sh
 apache-tomcat/bin/startup.sh
@@ -48,7 +48,7 @@ unzip ../datastore_server*$VER*
 cd datastore_server
 cp -p ~/datastore_server-service.properties etc/service.properties
 cp -p $KEYSTORE etc/openBIS.keystore
-mv -f old/sprint-$PREV_VER/datastore_server/data/store/* data/store
+mv -f ~/old/sprint-$PREV_VER/datastore_server/data/store/* data/store
 sed 's/-Djavax.net.ssl.trustStore=openBIS.keystore //g' datastore_server.sh > xxx
 mv -f xxx datastore_server.sh
 chmod 744 datastore_server.sh