From: Alexander Moisseev Date: Sat, 10 Mar 2018 16:31:31 +0000 (+0300) Subject: [Minor] Advise user to reload configuration X-Git-Tag: 1.7.0~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e46bcead69728aa011bda38eb16875b0c384fc8;p=thirdparty%2Frspamd.git [Minor] Advise user to reload configuration --- diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua index efe91f6eb2..a5938297da 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