From d90c406d70fac8063caeeaea6718b9bdd8128643 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 26 Feb 2010 17:36:25 +0200 Subject: Added hellyeah.command --- poweron.command | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poweron.command') 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 -- cgit v1.2.3