summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/diskspace.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 16:10:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 16:10:16 (GMT)
commit094bbec4072b32b2d9d81fb94fd262f60611f7e8 (patch)
tree3f8f21dbc101581d8e5055ca1dd687b0b0995fb6 /abs/core/LinHES-system/diskspace.sh
parent7279cd5152033f4d20b55392559581a8df72b66f (diff)
downloadlinhes_pkgbuild-094bbec4072b32b2d9d81fb94fd262f60611f7e8.zip
linhes_pkgbuild-094bbec4072b32b2d9d81fb94fd262f60611f7e8.tar.gz
linhes_pkgbuild-094bbec4072b32b2d9d81fb94fd262f60611f7e8.tar.bz2
LinHES-system:
-updated for python2 -removed firstboot -added msg_client and msg_daemon -moved displaying help to later in the seq. LinHES-session now uses msg_client
Diffstat (limited to 'abs/core/LinHES-system/diskspace.sh')
-rwxr-xr-xabs/core/LinHES-system/diskspace.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/LinHES-system/diskspace.sh b/abs/core/LinHES-system/diskspace.sh
index 2173c6e..34e00cf 100755
--- a/abs/core/LinHES-system/diskspace.sh
+++ b/abs/core/LinHES-system/diskspace.sh
@@ -11,10 +11,10 @@ ALERT=90 # free space percentage to trigger an alert
# Static Binary Paths
#
DF='/bin/df'
-GREP='/bin/grep'
-AWK='/bin/awk'
-CUT='/bin/cut'
-HOSTNAME='/bin/hostname'
+GREP='/usr/bin/grep'
+AWK='/usr/bin/awk'
+CUT='/usr/bin/cut'
+HOSTNAME='/usr/bin/hostname'
DATE='/bin/date'
OSD_CAT='/usr/bin/osd_cat'
export DISPLAY=:0.0