V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 44s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 14:02:53 +02:00
parent af8edcf86e
commit 0c67c6acf0
4 changed files with 7 additions and 14 deletions

View File

@@ -133,29 +133,22 @@ color_echo "${BLU}" "Dialog Output for Initialization START."
if ! "${VAR_AUTO_INSTALL}"; then . ./lib/0200_dialog_helper.sh && dialog_box; fi
### ARGUMENT CHECKS.
color_echo "${BLU}" "ARGUMENT CHECKS."
arg_check "$@"
declare -ar ARY_ARG_SANITIZED=("$@")
declare -grx VAR_ARG_SANITIZED="${ARY_ARG_SANITIZED[*]}"
### ARGUMENT PARSING.
color_echo "${BLU}" "ARGUMENT PARSING."
arg_parser "$@"
### PRIORITY UPDATES.
color_echo "${BLU}" "PRIORITY UPDATES."
arg_priority_check
### HASHING PASSWORDS.
color_echo "${BLU}" "PRIORITY UPDATES."
nuke_passphrase
# TODO: Implement func() for other passwords.
### MAIN PROGRAM SEQUENCE
color_echo "${BLU}" "YAML PARSER."
yaml_parser
color_echo "${BLU}" "YAML READER."
yaml_reader
# TODO: Implement / Activate IP, Port validation