mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Restart after restore
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user