diff --git a/tools/itango/start-DS.sh b/tools/itango/start-DS.sh index c6b32eccf9bb6db5ea0d327f9d8d9d54a670a8ba..0afdaf10a81d4bf81a5480763e5dcbe50230097b 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} ${@}