]> git.proxmox.com Git - pve-common.git/commitdiff
tools: df: handle a failing df
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 11 Sep 2017 07:20:08 +0000 (09:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 12 Sep 2017 12:00:45 +0000 (14:00 +0200)
This function assumed df() will work or hang, but it can
also actually fail and return undef which results in
warnings - let's silence those.


No differences found