]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Advise user to reload configuration 2066/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 10 Mar 2018 16:31:31 +0000 (19:31 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 10 Mar 2018 16:31:31 +0000 (19:31 +0300)
lualib/rspamadm/configwizard.lua

index efe91f6eb2fdcdd8176c2033ab2a73e522049f51..a5938297da4c4ea92ebd3d45d9ccede5d6cbd981 100644 (file)
@@ -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