mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Don't bother trying to parse the config file if needed module is missing https://www.virtualmin.com/node/67051
This commit is contained in:
@@ -33,6 +33,7 @@ return undef;
|
||||
# Called after the files are restored from a backup
|
||||
sub post_restore
|
||||
{
|
||||
return undef if (!$got_xml_parser);
|
||||
if (&check_pid_file(&jabber_pid_file())) {
|
||||
$err = &stop_jabber();
|
||||
return $err if ($err);
|
||||
|
||||
Reference in New Issue
Block a user