From b318bc15148dfc1db679ed64e04d668eee7cde23 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Wed, 30 May 2018 12:35:21 +0200 Subject: [PATCH] Fetch logs from the right location in SNAP_COMMON --- scripts/collect-bug-info.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/collect-bug-info.sh b/scripts/collect-bug-info.sh index 6526c6d..199058d 100755 --- a/scripts/collect-bug-info.sh +++ b/scripts/collect-bug-info.sh @@ -24,8 +24,8 @@ echo "Collecting anbox log files ... " set -x # Collect several things which are of interest for bug reports cp /var/snap/anbox/common/data/system.log $TMPDIR || true -cp /var/snap/anbox/containers/lxc-monitord.log $TMPDIR || true -cp /var/snap/anbox/logs/container.log $TMPDIR || true +cp /var/snap/anbox/common/containers/lxc-monitord.log $TMPDIR || true +cp /var/snap/anbox/common/logs/container.log $TMPDIR || true $SNAP/command-anbox.wrapper system-info > $TMPDIR/system-info.log 2>&1 || true if [ -e /etc/systemd/system/snap.anbox.container-manager.service ]; then