diff options
-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 # |