Skip to content

Commit

Permalink
improve warning
Browse files Browse the repository at this point in the history
See #3328
  • Loading branch information
georglauterbach committed May 11, 2023
1 parent d6375c8 commit 98ac059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/scripts/startup/setup.d/security/rspamd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function __rspamd__run_early_setup_and_checks
then
ln -s "${RSPAMD_DMS_OVERRIDE_D}" "${RSPAMD_OVERRIDE_D}"
else
__rspamd__log 'warn' "Could not remove '${RSPAMD_OVERRIDE_D}' (not empty,not a directory?) - not linking '${RSPAMD_DMS_OVERRIDE_D}'"
__rspamd__log 'warn' "Could not remove '${RSPAMD_OVERRIDE_D}' (not empty? not a directory?; did you restart properly?) - not linking '${RSPAMD_DMS_OVERRIDE_D}'"
fi
fi

Expand Down

0 comments on commit 98ac059

Please sign in to comment.