From c079e48d7d398f7fdcd58dfeb734c924c780f789 Mon Sep 17 00:00:00 2001 From: Sa Liu Date: Fri, 15 Nov 2019 11:52:17 +0100 Subject: [PATCH] dbginfo: Collect all files under /usr/lib/systemd/system/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sa Liu Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index dbed61bc..e8aabead 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -377,7 +377,7 @@ CONFIGFILES="\ $(find /lib/modules -name modules.dep 2>/dev/null)\ /etc/docker\ /lib/systemd/system/docker.service\ - /usr/lib/systemd/system/docker.service\ + /usr/lib/systemd/system\ /etc/apparmor.d\ "