mirror of
https://github.com/unraid/webgui.git
synced 2026-01-23 18:09:02 -06:00
Update DashStats.page
This commit is contained in:
@@ -48,7 +48,7 @@ $dockerd = pgrep('dockerd');
|
||||
$libvirtd = pgrep('libvirtd');
|
||||
$apcupsd = file_exists('/var/run/apcupsd.pid');
|
||||
$conf = glob('/etc/wireguard/wg*.conf');
|
||||
$wireguard = is_executable('/usr/bin/wg') && file_exists('/var/log/plugins/dynamix.wireguard.plg') && count($conf);
|
||||
$wireguard = is_executable('/usr/bin/wg') && count($conf);
|
||||
$started = $var['fsState']=='Started';
|
||||
$sleep = isset($display['sleep']);
|
||||
$array_size = $array_used = 0;
|
||||
|
||||
Reference in New Issue
Block a user