Browse Source

Simplify filesystem section in debug script (#771)

debug-formatting
Luke Childs 4 years ago
committed by GitHub
parent
commit
36ce63cb63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/debug

4
scripts/debug

@ -114,9 +114,7 @@ echo
echo "Filesystem information"
echo "----------------------"
df -h
echo
cat /proc/swaps
df --human-readable / "${UMBREL_ROOT}"
echo

Loading…
Cancel
Save