This commit is contained in:
Patrick Schleizer 2025-01-14 09:06:41 -05:00
parent a812961bea
commit e60183ec07
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -94,7 +94,7 @@ check_migrate_permission_hardener_state() {
if [ "${#custom_hardening_arr[@]}" != '0' ]; then
for custom_config_file in "${custom_hardening_arr[@]}"; do
echo "INFO: Possible custom configuration file found: '${custom_config_file}'"
echo "$0: INFO: Possible custom configuration file found: '${custom_config_file}'"
done
## db_input will return code 30 if the message won't be displayed, which
## causes a non-interactive install to error out if you don't use || true