summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/checkXFSfrag.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/checkXFSfrag.sh')
-rwxr-xr-xlinhes/linhes-system/checkXFSfrag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linhes/linhes-system/checkXFSfrag.sh b/linhes/linhes-system/checkXFSfrag.sh
index d25eaa8..12c4549 100755
--- a/linhes/linhes-system/checkXFSfrag.sh
+++ b/linhes/linhes-system/checkXFSfrag.sh
@@ -31,7 +31,7 @@ e='/usr/bin/echo -e' # Use the echo command, not
xfsfsr=/usr/bin/xfs_fsr # Set variable with the path to xfs_fsr.
xfsdb=/usr/bin/xfs_db # Set variable with the path to xfs_db.
ionice=/usr/bin/ionice # Set variable with the path to ionice.
-idle='/usr/LH/bin/idle.py -s' # Set varialbe with path to idle.py.
+idle='/usr/bin/idle.py -s' # Set variable with path to idle.py.
pctmax=12 # Set maxiumum frag percent needed for defrag.
# This is zero here for testing purposes only
# a higher number should be used in production.