Fix missing restart command

This commit is contained in:
Ilia
2022-06-22 22:10:40 +03:00
parent fdc9e6e2d8
commit 18e2a871e7

View File

@@ -1788,7 +1788,8 @@ Output a page with header and footer about Webmin needing to restart.
=cut
sub show_restart_page
{
if (1) {
if (!$gconfig{'restart_async'}) {
&restart_miniserv();
&redirect("");
return;
}