From 773c60207176e988e715a70af8e76dd3273ac9a2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 23 Feb 2010 12:04:00 +0200 Subject: sandman root fix --- sandman.command | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sandman.command b/sandman.command index 5dca427..6eb8241 100644 --- a/sandman.command +++ b/sandman.command @@ -1,16 +1,16 @@ -#! /usr/bin/env bash +#!/usr/bin/env bash + +# Letsgetletsgetletsgetletsget root! +echo $ROOTPW | sudo -sS + if [[ $USER != "root" ]]; then echo "This must be run as root" exit 1 fi -ROOTPW="1234" -DELAY=120 -LOGFILE=~/Desktop/sandman.command.log - osascript -e "delay $DELAY" TIMESTAMP=$(php -r "echo date ('H:i:s"', time() + $DELAY);") -echo $ROOTPW | sudo -S pmset repeat poweron MTWRFSU $TIMESTAMP +pmset repeat poweron MTWRFSU $TIMESTAMP echo -n $(date "+%d.%m.%y @ %H:%I:%S") >> $LOGFILE echo " " $(wc -l $LOGFILE) >> $LOGFILE osascript -e "tell application "Finder" to shut down" -- cgit v1.2.3