brianhornsby / script.openvpn

A script that allows you to control OpenVPN from within Kodi.
http://brianhornsby.com/kodi_addons/openvpn
GNU General Public License v3.0
91 stars 30 forks source link

Ensure we get the full openvpn command line arguments #72

Closed 0xced closed 2 years ago

0xced commented 5 years ago

When checking for openvpn aruguments, adding ww in the ps command ensures that we get the full command line.

This eventually ensures that we get MyConfig - CONNECTED instead of just MyConfig displayed in the OpenVPN menu.

See also ps: full command is too long on Unix & Linux forum.

0xced commented 4 years ago

Ping.