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