diff options
-rwxr-xr-x | poweron.command | 2 |
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 |