jamesmcm / vopono

Run applications through VPN tunnels with temporary network namespaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix handling binaries with spaces in the path

jamesmcm opened this issue · comments

It seems the addition of shellexpand broke the handling of spaces in the path for the exec command.

e.g.

$ vopono exec --user plex --custom ~/Downloads/wg-RO-9.conf --protocol wireguard --provider custom --custom-port-forwarding protonvpn /usr/lib/plexmediaserver/Plex\ Media\ Server

Now fails.

Fixed in #264