From 80cb315bd888af1a6bc63543c2198ebf8d70769f Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 6 Dec 2023 16:35:28 +0000 Subject: [PATCH] gen-req: Correct indentation only Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 851a4fd71..981668f8a 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1933,12 +1933,16 @@ Run easyrsa without commands for usage and commands." # function opts support while [ "$1" ]; do case "$1" in - text) text=1 ;; + text) + text=1 + ;; nopass) [ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1 ;; # batch flag supports internal caller build_full() - batch) ssl_batch=1 ;; + batch) + ssl_batch=1 + ;; *) warn "Ignoring unknown command option: '$1'" esac shift