diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-02-26 17:36:25 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-02-26 17:36:25 +0200 |
commit | d90c406d70fac8063caeeaea6718b9bdd8128643 (patch) | |
tree | ce3929b203e86e0fe15a99ae40123684f996ec95 /poweron.command | |
parent | 480ee414ed34ca6ccf5128d8986ab82dbc0e34b2 (diff) | |
download | mtk-d90c406d70fac8063caeeaea6718b9bdd8128643.tar.gz mtk-d90c406d70fac8063caeeaea6718b9bdd8128643.tar.bz2 mtk-d90c406d70fac8063caeeaea6718b9bdd8128643.zip |
Added hellyeah.command
Diffstat (limited to 'poweron.command')
-rwxr-xr-x | poweron.command | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poweron.command b/poweron.command index 874b030..3e04120 100755 --- a/poweron.command +++ b/poweron.command @@ -1,11 +1,11 @@ #!/usr/bin/env bash ON_DELAY=20 -OFF_DELAY=70 # this should always be > 60 +OFF_DELAY=120 # this should always be > 60 LOGFILE=~/Desktop/poweron.command.log if [[ $USER != "root" ]]; then - echo "This must be run as root" + echo "This must be run as root" 2>&1 exit 1 fi |