V8.02.644.2025.05.31
All checks were successful
Retrieve the DNSSEC status at the time of updating the repository. / build-dnssec-diagram (push) Successful in 30s
All checks were successful
Retrieve the DNSSEC status at the time of updating the repository. / build-dnssec-diagram (push) Successful in 30s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -27,8 +27,8 @@ arg_check() {
|
||||
#######################################
|
||||
# Function to sanitize a single argument
|
||||
# Globals:
|
||||
# ERROR_LOG
|
||||
# ERR_INVLD_CHAR
|
||||
# LOG_ERROR
|
||||
# Arguments:
|
||||
# $1: Argument to check
|
||||
#######################################
|
||||
@@ -46,7 +46,7 @@ sanitize_arg() {
|
||||
printf "❌ in argument : '%s'. \n" "${input}"
|
||||
printf "❌ Allowed Characters : 'a-z A-Z 0-9 . _ / = [ ] : \" - ' \n"
|
||||
printf "\n"
|
||||
} >> "${ERROR_LOG}"
|
||||
} >> "${LOG_ERROR}"
|
||||
boot_screen_cleaner
|
||||
printf "\e[91m❌ Invalid character : '%s'. \e[0m\n" "${disallowed//?/& }" >&2
|
||||
printf "\e[91m❌ in argument : '%s'. \e[0m\n" "${input}" >&2
|
||||
|
||||
Reference in New Issue
Block a user