diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-03-10 19:31:31 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-03-10 19:31:31 +0300 |
commit | 7e46bcead69728aa011bda38eb16875b0c384fc8 (patch) | |
tree | b312fc66cd7554fc85fb62b7ce917f56c59e7bfe /lualib | |
parent | 24f312aae440cf8a99df443a38235b6f2cdb05ed (diff) | |
download | rspamd-7e46bcead69728aa011bda38eb16875b0c384fc8.tar.gz rspamd-7e46bcead69728aa011bda38eb16875b0c384fc8.zip |
[Minor] Advise user to reload configuration
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/rspamadm/configwizard.lua | 1 |
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 |