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:
parent
47d5477266
commit
384d407408
@ -30,7 +30,12 @@ You can also try IRC at Freenode/#openvpn
|
|||||||
# Branch structure
|
# Branch structure
|
||||||
|
|
||||||
The easy-rsa master branch is currently tracking development for the 3.x release
|
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:
|
tracking and possible back-porting of relevant fixes. Branch layout is:
|
||||||
|
|
||||||
master <- 3.x, at present
|
master <- 3.x, at present
|
||||||
|
|||||||
@ -261,7 +261,10 @@ BEGIN {IGNORECASE=1; r=2}
|
|||||||
# returns without prompting in EASYRSA_BATCH
|
# returns without prompting in EASYRSA_BATCH
|
||||||
confirm() {
|
confirm() {
|
||||||
[ $EASYRSA_BATCH ] && return
|
[ $EASYRSA_BATCH ] && return
|
||||||
prompt="$1" value="$2" msg="$3" input
|
prompt="$1"
|
||||||
|
value="$2"
|
||||||
|
msg="$3"
|
||||||
|
input
|
||||||
print "
|
print "
|
||||||
$msg
|
$msg
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user