From 35a2edf8b277206b04528a72ab89fe9dddcd3459 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 15 May 2011 13:39:25 +0300 Subject: testing --- up2date.app/Contents/Resources/up2date.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up2date.app/Contents/Resources/up2date.sh b/up2date.app/Contents/Resources/up2date.sh index fdad055..122cd70 100755 --- a/up2date.app/Contents/Resources/up2date.sh +++ b/up2date.app/Contents/Resources/up2date.sh @@ -46,7 +46,7 @@ EOT # sleep 5 # done # /usr/bin/open "${LOGFILE}" - /usr/sbin/softwareupdate -ia > "${LOGFILE}" 2>&1 && /sbin/reboot + /usr/sbin/softwareupdate -ia >> "${LOGFILE}" 2>&1 && /sbin/reboot exit 0 fi -- cgit v1.2.3