diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-25 23:34:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-25 23:34:13 +0100 |
commit | 20caff728bce8687076ee94d23d483825a50988b (patch) | |
tree | 53610e62eb3d7e2f383d0317259193c2bd69b393 | |
parent | 2e5da0e7aeafb1b8cb275dfa769c389cb91d3911 (diff) | |
download | jenkins.debian.net-20caff728bce8687076ee94d23d483825a50988b.tar.xz |
move dpkg -l output to log
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 # |