diff --git a/run_sdk_container b/run_sdk_container index 808e4ab5bd..4579186512 100755 --- a/run_sdk_container +++ b/run_sdk_container @@ -146,4 +146,4 @@ fi # Workaround: The SDK expects to be able to write to /etc/hosts $docker exec "$name" sh -c 'cp /etc/hosts /etc/hosts2; umount /etc/hosts ; mv /etc/hosts2 /etc/hosts' -$docker exec $tty -i "$name" /home/sdk/sdk_entry.sh "$@" +$docker exec $tty -i "$name" /mnt/host/source/src/scripts/sdk_lib/sdk_entry.sh "$@"