V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 53s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 53s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -51,6 +51,7 @@ read_password_file() {
|
||||
declare -n var_output_file="${2}"
|
||||
declare -a lines=()
|
||||
|
||||
### TODO: PASSWORD REMINDER
|
||||
### No tracing for security reasons
|
||||
[[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set +x
|
||||
if [[ ! -f "${var_input_file}" ]]; then
|
||||
@@ -77,6 +78,7 @@ read_password_file() {
|
||||
|
||||
### Turn on tracing again
|
||||
[[ "${VAR_DEBUG_TRACE,,}" == "true" ]] && set -x
|
||||
### TODO: PASSWORD REMINDER
|
||||
|
||||
unset lines
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user