mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Update libvirt.php
This commit is contained in:
@@ -442,7 +442,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
if ($os_type == "windows") $hypervclock = "<timer name='hypervclock' present='yes'/>" else $hypervclock = "" ;
|
||||
if ($os_type == "windows") $hypervclock = "<timer name='hypervclock' present='yes'/>" ; else $hypervclock = "" ;
|
||||
|
||||
$clock = "<clock offset='" . $domain['clock'] . "'>
|
||||
<timer name='rtc' tickpolicy='catchup'/>
|
||||
|
||||
Reference in New Issue
Block a user