Correct "local" removal errors

Also, update the README to indicate master is development.  People don't
seem to understand that.

Resolves #167

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2017-12-12 19:36:18 -06:00
parent 47d5477266
commit 384d407408
2 changed files with 10 additions and 2 deletions

View File

@ -30,7 +30,12 @@ You can also try IRC at Freenode/#openvpn
# Branch structure
The easy-rsa master branch is currently tracking development for the 3.x release
cycle. The prior 2.x and 1.x versions are available as release branches for
cycle. Please note that, at any given time, master may be broken. Feel free to
create issues against master, but have patience when using the master branch. It
is recommended to use a release, and priority will be given to bugs identified in
the most recent release.
The prior 2.x and 1.x versions are available as release branches for
tracking and possible back-porting of relevant fixes. Branch layout is:
master <- 3.x, at present

View File

@ -261,7 +261,10 @@ BEGIN {IGNORECASE=1; r=2}
# returns without prompting in EASYRSA_BATCH
confirm() {
[ $EASYRSA_BATCH ] && return
prompt="$1" value="$2" msg="$3" input
prompt="$1"
value="$2"
msg="$3"
input
print "
$msg