getdisk swap '/total/' for 'END'

This commit is contained in:
Dylan 2016-01-26 22:18:40 +11:00
parent 8b606395d1
commit 7c0863db3d
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -1015,7 +1015,7 @@ getdisk () {
esac esac
# Get the disk info # Get the disk info
disk=$(df $df_flags 2>/dev/null | awk '/total/ {print $2 ":" $3 ":" $5}') disk=$(df $df_flags 2>/dev/null | awk 'END{print $2 ":" $3 ":" $5}')
# Format the output # Format the output
disk_used=${disk#*:} disk_used=${disk#*:}