diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-05-15 13:39:25 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-05-15 13:39:25 +0300 |
commit | 35a2edf8b277206b04528a72ab89fe9dddcd3459 (patch) | |
tree | ffcbaeed3d191a1e740b121c304ad52c52963b0d | |
parent | c98e968933b806630986895c72cd21c5d3d6de99 (diff) | |
download | mtk-35a2edf8b277206b04528a72ab89fe9dddcd3459.tar.gz mtk-35a2edf8b277206b04528a72ab89fe9dddcd3459.tar.bz2 mtk-35a2edf8b277206b04528a72ab89fe9dddcd3459.zip |
testing
-rwxr-xr-x | up2date.app/Contents/Resources/up2date.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |