summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-25 23:34:13 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-25 23:34:13 +0100
commit20caff728bce8687076ee94d23d483825a50988b (patch)
tree53610e62eb3d7e2f383d0317259193c2bd69b393 /bin
parent2e5da0e7aeafb1b8cb275dfa769c389cb91d3911 (diff)
downloadjenkins.debian.net-20caff728bce8687076ee94d23d483825a50988b.tar.xz
move dpkg -l output to log
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index ad256081..35e24a5e 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -463,7 +463,7 @@ save_logs() {
#
# get list of installed packages
#
- sudo chroot $SYSTEM_MNT dpkg -l > $RESULTS/dpkg-l
+ sudo chroot $SYSTEM_MNT dpkg -l > $RESULTS/log/dpkg-l
#
# umount guests
#