My typo in code comment - du not df
This commit is contained in:
parent
01ec946eef
commit
6f5b0dccc8
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ get_source_file_size()
|
||||||
DUEXCLIST="${DUEXCLIST}${exclude}\n"
|
DUEXCLIST="${DUEXCLIST}${exclude}\n"
|
||||||
done
|
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
|
# in both cases consider the excluded directories
|
||||||
if [ ! -z "$INCLIST" ]; then
|
if [ ! -z "$INCLIST" ]; then
|
||||||
for include in ${INCLIST[@]}
|
for include in ${INCLIST[@]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue