aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lualib/rspamadm/configwizard.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua
index efe91f6eb..a5938297d 100644
--- a/lualib/rspamadm/configwizard.lua
+++ b/lualib/rspamadm/configwizard.lua
@@ -626,6 +626,7 @@ return function(args, cfg)
if ask_yes_no("Apply changes?", true) then
apply_changes(changes)
printf("%d changes applied, the wizard is finished now", nchanges)
+ printf("*** Please reload the Rspamd configuration ***")
else
printf("No changes applied, the wizard is finished now")
end