V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 39s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 39s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -45,7 +45,7 @@ validation_preseed() {
|
||||
if [[ -n "${value}" ]]; then
|
||||
validation_ipv4 "${value}"
|
||||
else
|
||||
do_log "info" "true" "'${var}' is not set."
|
||||
do_log "info" "file_only" "'${var}' is not set."
|
||||
fi
|
||||
done
|
||||
|
||||
@@ -54,7 +54,7 @@ validation_preseed() {
|
||||
if [[ -n "${value}" ]]; then
|
||||
validation_ipv6 "${value}"
|
||||
else
|
||||
do_log "info" "false" "'${var}' is not set."
|
||||
do_log "info" "file_only" "'${var}' is not set."
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user