My typo in code comment - du not df

This commit is contained in:
Philip 2015-01-19 20:13:52 +00:00
parent 01ec946eef
commit 6f5b0dccc8

View file

@ -372,7 +372,7 @@ get_source_file_size()
DUEXCLIST="${DUEXCLIST}${exclude}\n"
done
# if $INCLIST non zero then itterate through it for df readings, else just df $ROOT
# if $INCLIST non zero then itterate through it for du -hs readings, else just du -hs $ROOT
# in both cases consider the excluded directories
if [ ! -z "$INCLIST" ]; then
for include in ${INCLIST[@]}