diff options
-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 |