diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-08-08 23:09:04 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-08-08 23:09:04 (GMT) |
commit | 8abd1b158d5998d04aeaba9a1c9554ce043d8aaa (patch) | |
tree | d7f4e1e897f25abd7f53dc67847804b3f8ad3ee4 /abs/core/linhes-scripts/idle.sh | |
parent | 5329e33e48b0e4790ae36f7eeeb24cbd8a9ee8d2 (diff) | |
download | linhes_pkgbuild-8abd1b158d5998d04aeaba9a1c9554ce043d8aaa.zip linhes_pkgbuild-8abd1b158d5998d04aeaba9a1c9554ce043d8aaa.tar.gz linhes_pkgbuild-8abd1b158d5998d04aeaba9a1c9554ce043d8aaa.tar.bz2 |
linhes-scripts: Fix typo in idle.sh Ref #755
Diffstat (limited to 'abs/core/linhes-scripts/idle.sh')
-rwxr-xr-x | abs/core/linhes-scripts/idle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/linhes-scripts/idle.sh b/abs/core/linhes-scripts/idle.sh index 3ad8135..13fdb89 100755 --- a/abs/core/linhes-scripts/idle.sh +++ b/abs/core/linhes-scripts/idle.sh @@ -27,7 +27,7 @@ LOGINS=0 TIME_BEFORE=20 TIME_AFTER=5 # Only adjustable by editing here -while getopts "hstl:v" OPT ; do +while getopts "hslt:v" OPT ; do case $OPT in h) usage 0 ;; s) VERBOSE=0 ;; |