You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing arguments after the "--" delimiter, the -b or --background parameter does not function as expected. To achieve the desired behavior, it is necessary to pass the parameter multiple times.
When passing arguments after the "--" delimiter, the -b or --background parameter does not function as expected. To achieve the desired behavior, it is necessary to pass the parameter multiple times.
openconnect-sso -s novaoivpn.oi.net.br --log-level=DEBUG -- --background --pid-file=/run/openconnect-sso-vpn.pid --script=vpn/pos_vpn.sh --background
Output:
['sudo', 'openconnect', '--useragent', 'AnyConnect Linux_64 xxxxxxx', '--version-string', 'xxxxxx', '--cookie-on-stdin', '--servercert', 'xxxxxxxxxxxxxxxxxxxxxxxxxx', '--pid-file=/run/openconnect-sso-vpn.pid', '--script=vpn_oi_scripts/pos_vpn.sh', '--background', 'https://xxxxxxx.xx.net.br/']
I'm using Branch Master
The text was updated successfully, but these errors were encountered: