Closed jf2718 closed 2 years ago
Hi @jf2718 ,
Yes, when I invoke openpyn with openvpn_options, I simply enclose the openvpn_options with single quotes like this, --openvpn-options '$openvpn_options'
, I believe this is the correct way to do that.
Openvpn has arguments that can have spaces in them, like
--route-up "script.sh arg1"
.