(04-14-2022, 10:00 PM)scott_VYuCAbn3k1NFK Wrote: I was able to plot a route between two places but found the following quirks:
* I have to select bike or walk, selecting car throws an error
Hi @scott_VYuCAbn3k1NFK , I ran into the same issue on my desktop PC that runs Debian. And strangely, the first options from the menus have an -e at the begining
It turns out that by default, debian uses dash as sh shell and that in dash, the "-e" option is not recognized for the "echo" command.
There are two possible workarounds :
* change globally the link from /usr/bin/sh so that it points to bash instead of dash
* modify all the mepo_*.sh files to use bash instead of sh