summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/startup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/startup b/Library/startup
index 368cacc..9321198 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=