]> git.saurik.com Git - cydia.git/blobdiff - Library/startup
Output the dpkg auto-install process to a log file.
[cydia.git] / 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
 
 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=
 
     rm -f "${debs[@]}"
     cache=