From e60183ec073d278f8d69a5475aa52d75870cd9b0 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 14 Jan 2025 09:06:41 -0500 Subject: [PATCH] output --- debian/security-misc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/security-misc.config b/debian/security-misc.config index 55b89a5..8dbcf2a 100644 --- a/debian/security-misc.config +++ b/debian/security-misc.config @@ -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