summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/checkXFSfrag.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-01-23 17:06:46 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-01-23 17:06:46 (GMT)
commit1b28d4879e5c6391dec91de9344c7ce9da918de5 (patch)
tree19aab2b976a5560c87cb434e72327fc46e062437 /linhes/linhes-system/checkXFSfrag.sh
parent3f313532881ff9c2a0e189a4eead51f20bd6f716 (diff)
downloadlinhes_pkgbuild-1b28d4879e5c6391dec91de9344c7ce9da918de5.zip
linhes_pkgbuild-1b28d4879e5c6391dec91de9344c7ce9da918de5.tar.gz
linhes_pkgbuild-1b28d4879e5c6391dec91de9344c7ce9da918de5.tar.bz2
linhes-system: gen_lib_xml.py use lh_home_check.sh
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.