From: Jay Freeman (saurik) Date: Wed, 7 Mar 2012 08:02:22 +0000 (-0800) Subject: Output the dpkg auto-install process to a log file. X-Git-Tag: v1.1.5~3 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/76fb4bac75db0388e8e171ce8562dc1fdd6e6976 Output the dpkg auto-install process to a log file. --- diff --git a/Library/startup b/Library/startup index 368cacc6..93211987 100755 --- a/Library/startup +++ b/Library/startup @@ -10,7 +10,7 @@ fi debs=(/var/root/Media/Cydia/AutoInstall/*.deb) if [[ ${#debs[@]} -ne 0 && -f ${debs[0]} ]]; then - dpkg -i "${debs[@]}" + dpkg -i "${debs[@]}" 2>/tmp/dpkg.log 1>&2 rm -f "${debs[@]}" cache=