aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-02-23 14:09:52 +0200
committerFilipp Lepalaan <filipp@mac.com>2010-02-23 14:09:52 +0200
commit480ee414ed34ca6ccf5128d8986ab82dbc0e34b2 (patch)
tree66bb016de8f392e68036049ee52877b7c0ee181f
parent11076e677163dc974db3b4d9aa1ee67e23c760d1 (diff)
downloadmtk-480ee414ed34ca6ccf5128d8986ab82dbc0e34b2.tar.gz
mtk-480ee414ed34ca6ccf5128d8986ab82dbc0e34b2.tar.bz2
mtk-480ee414ed34ca6ccf5128d8986ab82dbc0e34b2.zip
Tuned delays
-rwxr-xr-xpoweron.command2
1 files changed, 1 insertions, 1 deletions
diff --git a/poweron.command b/poweron.command
index 5dae15c..874b030 100755
--- a/poweron.command
+++ b/poweron.command
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
ON_DELAY=20
-OFF_DELAY=20
+OFF_DELAY=70 # this should always be > 60
LOGFILE=~/Desktop/poweron.command.log
if [[ $USER != "root" ]]; then