From 8ec03ab9300db2c20dd6302d6e607971ac585afb Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 3 Dec 2020 15:43:44 +0100 Subject: [PATCH] Restored missing line --- tools/itango/start-DS.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/itango/start-DS.sh b/tools/itango/start-DS.sh index c6b32eccf..0afdaf10a 100755 --- a/tools/itango/start-DS.sh +++ b/tools/itango/start-DS.sh @@ -36,5 +36,6 @@ if [ -f ${runThis} ]; then else myDir=${PWD}/$(dirname ${deviceServer}) fi +deviceServerPath=${myDir/${HOME}/\/hosthome} docker exec -it itango python3 ${deviceServerPath}/${runThis} ${instance} ${@} -- GitLab