Added /mnt/ramdisk to disk-list

This commit is contained in:
dg9vh 2016-06-30 05:12:55 +00:00
parent ac06e016ba
commit d30b475126

View file

@ -47,7 +47,7 @@ else
{
list($filesystem, $type, $total, $used, $free, $percent, $mount) = explode(',', $mounted);
if (strpos($type, 'tmpfs') !== false )
if ((strpos($type, 'tmpfs') !== false) && (strpos($mount, '/mnt/ramdisk') === false))
continue;