|
|
Mads Kolkjær Sørensen schreef: > Marcel de Reuver skrev: >> Mads Kolkjær Sørensen wrote: >> >>> 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` >> >> >> ------------------------------------------------------------------------- >> > > I have solve the permission problem thanks. > > but stil get > > server# ./vars > export: Command not found. > D: Undefined variable. > server# > > when trying too run "vars" > > this is the frist export part of my vars file > > # This variable should point to > # the top level of the easy-rsa > # tree. > export D=`pwd` Use bash as your command shell. Respons to the OpenVPN mailinglist! ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |