Restart after restore

This commit is contained in:
Jamie Cameron
2018-01-21 16:10:36 -08:00
parent 05eba910d2
commit 528d916aa2

View File

@ -36,7 +36,9 @@ return undef;
# Called after the files are restored from a backup
sub post_restore
{
# XXX apply config
if (&is_fail2ban_running()) {
return &restart_fail2ban_server();
}
return undef;
}