aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-03-10 19:31:31 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-03-10 19:31:31 +0300
commit7e46bcead69728aa011bda38eb16875b0c384fc8 (patch)
treeb312fc66cd7554fc85fb62b7ce917f56c59e7bfe /lualib
parent24f312aae440cf8a99df443a38235b6f2cdb05ed (diff)
downloadrspamd-7e46bcead69728aa011bda38eb16875b0c384fc8.tar.gz
rspamd-7e46bcead69728aa011bda38eb16875b0c384fc8.zip
[Minor] Advise user to reload configuration
Diffstat (limited to 'lualib')
-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