New command: make-vars - Print vars.example (here-doc) to stdout
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
7f3c35002d
commit
2243edb3fe
@ -469,6 +469,9 @@ cmd_help() {
|
||||
# Test features
|
||||
text_only=1
|
||||
text="
|
||||
Print vars.example here-doc to stdout:
|
||||
make-vars
|
||||
|
||||
Make safessl-easyrsa.cnf file:
|
||||
mss|make-safe-ssl
|
||||
|
||||
@ -7304,6 +7307,14 @@ case "$cmd" in
|
||||
esac
|
||||
esac
|
||||
|
||||
# Run these commands with NO setup
|
||||
case "$cmd" in
|
||||
make-vars)
|
||||
create_vars_example
|
||||
cleanup ok
|
||||
;;
|
||||
esac
|
||||
|
||||
# Intelligent env-var detection and auto-loading:
|
||||
vars_setup
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user