From 81545dfdc9bc49b4431317eee407fbaf41853935 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2019 09:17:09 +0200 Subject: Correcting whitespace error in include handling that broke debconf container create script. Signed-off-by: Daniel Baumann --- share/scripts/debconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/scripts/debconf b/share/scripts/debconf index b4b5e18..e12ee9e 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -359,7 +359,7 @@ Debootstrap () INCLUDE="dbus" # apt repositories - INCLUDE="${INCLUDE} gnupg" + INCLUDE="${INCLUDE},gnupg" if ( echo "${MIRROR}" | grep -qs '^https' ) || \ ( echo "${PARENT_MIRROR}" | grep -qs '^https' ) -- cgit v1.2.3