mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 23:39:21 -05:00
Merge pull request #1011 from bergware/master
Miscellaneous fixes and enhancements
This commit is contained in:
@@ -309,7 +309,7 @@ if ($warn!="rw") {
|
||||
|
||||
// check docker image disk utilization
|
||||
system('mountpoint -q /var/lib/docker', $retval);
|
||||
if ($retval===0) {
|
||||
if ($retval===0 && exec("df /var/lib/docker|grep -Po '^/dev/\Kloop'")) {
|
||||
$item = 'system';
|
||||
$name = 'docker';
|
||||
$last = $saved[$item][$name] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user