diff --git a/openbis_all/source/bash/bis-down.sh b/openbis_all/source/bash/bis-down.sh
index d2c2dff3fd738ba74535b44587a7d8194bbc825a..5b82b27e0bbd75518f4f924b9d87d192c080f118 100755
--- a/openbis_all/source/bash/bis-down.sh
+++ b/openbis_all/source/bash/bis-down.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 # Shuts down openBIS server
 
-./sprint/openBIS-server/apache-tomcat/bin/shutdown.sh
+~/sprint/openBIS-server/apache-tomcat/bin/shutdown.sh
diff --git a/openbis_all/source/bash/bis-log.sh b/openbis_all/source/bash/bis-log.sh
index abab1e693516cfdd367d071c8b27720af286d066..d62d3e067a60107d0009ea58abafb95d53c281fc 100755
--- a/openbis_all/source/bash/bis-log.sh
+++ b/openbis_all/source/bash/bis-log.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 # Shows openBIS server log
 
-less ./sprint/openBIS-server/apache-tomcat/logs/openbis_log.txt
+less ~/sprint/openBIS-server/apache-tomcat/logs/openbis_log.txt
diff --git a/openbis_all/source/bash/bis-up.sh b/openbis_all/source/bash/bis-up.sh
index c1e62d9b82ee8e00e35312e36ac3b17635820a5b..9325c0713063b3884bd5a84a7e4631096995e9a3 100755
--- a/openbis_all/source/bash/bis-up.sh
+++ b/openbis_all/source/bash/bis-up.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 # Starts up openBIS server
 
-./sprint/openBIS-server/apache-tomcat/bin/startup.sh
+~/sprint/openBIS-server/apache-tomcat/bin/startup.sh
diff --git a/openbis_all/source/bash/dss-down.sh b/openbis_all/source/bash/dss-down.sh
index a1ab906fc0d7704bc5f6d9b90b383f83a3575eb8..7ea6930650e5dfaccf800fd98481e3a5498b5b21 100755
--- a/openbis_all/source/bash/dss-down.sh
+++ b/openbis_all/source/bash/dss-down.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 # Shuts down DSS
 
-./sprint/datastore_server/datastore_server.sh stop
+~/sprint/datastore_server/datastore_server.sh stop
diff --git a/openbis_all/source/bash/dss-log.sh b/openbis_all/source/bash/dss-log.sh
index d3b3d05f98566dcf91aea08313d3103c5d7beb18..d93c979612e50dfa5c2e6e8e111bae85dd5319fa 100755
--- a/openbis_all/source/bash/dss-log.sh
+++ b/openbis_all/source/bash/dss-log.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 # Shows DSS log
 
-less sprint/datastore_server/log/datastore_server_log.txt
+less ~/sprint/datastore_server/log/datastore_server_log.txt
diff --git a/openbis_all/source/bash/dss-up.sh b/openbis_all/source/bash/dss-up.sh
index 0668f0e8422ef411f86c5b965c9741cbb8210f09..c7fdf06a5a8a0f25b0ebfd6c0b9071405edeb8c0 100755
--- a/openbis_all/source/bash/dss-up.sh
+++ b/openbis_all/source/bash/dss-up.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 # Starts up DSS
 
-./sprint/datastore_server/datastore_server.sh start
+~/sprint/datastore_server/datastore_server.sh start