-rwxr-xr-x | noncore/tools/opie-sh/scripts/diskfree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/opie-sh/scripts/diskfree.sh b/noncore/tools/opie-sh/scripts/diskfree.sh index 6fcd709..78415e3 100755 --- a/noncore/tools/opie-sh/scripts/diskfree.sh +++ b/noncore/tools/opie-sh/scripts/diskfree.sh @@ -23,13 +23,13 @@ OPIE_SH=/opt/QtPalmtop/bin/opie-sh # time to look into this yet... ( echo "<img src=/opt/QtPalmtop/pics/opie-sh-scripts/fsmounter.png>" echo "<h3>diskfree</h3> how much space is left ?<br>" echo "<p><table>" - df -Ph \ + df -h \ | grep -v "Mounted on" \ | sed 's/ / /g' \ | sed 's/ / /g' \ | sed 's/ / /g' \ | sed 's/ / /g' \ | sed 's/ / /g' \ |