|
|
Mads Kolkjær Sørensen wrote: > > I can’t run the vars script, when I try I get this error > > server# ./vars > > /etc/openvpn/: Permission denied. > > export: Command not found. > Wrong permission, you can't execute vars: chmod 750 vars > D: Undefined variable. > Change > # This variable should point to > > # the top level of the easy-rsa > > # tree. > > export D=`/etc/openvpn/` > into: export D=`pwd` ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |