OpenVPN / openvpn-build

OpenVPN Build
325 stars 238 forks source link

Easy-RSA: Allow 'EasyRSA-Start.bat' to pass command line options #559

Closed TinCanTech closed 7 months ago

TinCanTech commented 7 months ago

The addition of '%*' allows EasyRSA-Start.bat to pass all command line options on to EasyRSA initialisation: 'sh.exe easyrsa-shell-init.sh %*'.

There is no specific use case here, simply that the batch file will pass options as expected.

Further patches for a new "Windows Start Menu item" can take advantage of this by passing along a new "non-admin" option.