]> git.saurik.com Git - cydia.git/commitdiff
Output the dpkg auto-install process to a log file.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 7 Mar 2012 08:02:22 +0000 (00:02 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 7 Mar 2012 08:02:22 +0000 (00:02 -0800)
Library/startup

index 368cacc6f9984f08cd2bd6e903b20e8210f66436..93211987570a00ea4db0a9fbd4f2b6590cb8321d 100755 (executable)
@@ -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=