diff --git a/df_check.py b/df_check.py index 52183cf..77a8284 100755 --- a/df_check.py +++ b/df_check.py @@ -20,8 +20,7 @@ def fileparser(path): # reading needed files parts = fileparser("/proc/partitions") -mounts = fileparser("/proc/mounts") - +mounts = fileparser("/proc/mounts") #bug.. what if uuids are in /proc/mounts partitions = [] blocks = []