|
|
Mads Kolkjær Sørensen wrote: > server# ./vars It should be ". vars", not "./vars". ". vars" is short for "source vars", which runs the script in vars in your current, existing shell. "./vars" runs a script called vars in a subshell. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |