Skip to content

Commit

Permalink
Correct byte flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jun 27, 2024
1 parent bdb3653 commit 225b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/diskFree.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
df -P B1 . | sed 1d | grep -v used | awk '{ print $4 "\t" }'
df -P -B1 . | sed 1d | grep -v used | awk '{ print $4 "\t" }'

0 comments on commit 225b801

Please sign in to comment.