smartdevicelink / generic_hmi

A sample HMI to use with sdl_core
BSD 3-Clause "New" or "Revised" License
8 stars 27 forks source link

Fix HMI PTU process when using symlinks with Generic HMI #501

Closed jacobkeeler closed 2 years ago

jacobkeeler commented 2 years ago

Testing Plan

Core Tests

Test HMI PTU when running the backend server from a symlinked directory (ln -s path/to/generic_hmi && cd ./generic_hmi && bash deploy_server.sh)

Core version / branch / commit hash / module tested against: develop Proxy+Test App name / version / branch / commit hash / module tested against: RPC builder app JS (master)

Summary

Changes directory check in backend server from abspath to realpath so that it works with symlinks

Changelog

Bug Fixes

CLA