diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-13 07:17:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-04-13 07:17:09 +0000 |
commit | 81545dfdc9bc49b4431317eee407fbaf41853935 (patch) | |
tree | 6d4f4ec93f5d3c48a52478c35f4b58225fbd7c1c | |
parent | Releasing version 20190413. (diff) | |
download | compute-tools-81545dfdc9bc49b4431317eee407fbaf41853935.tar.xz compute-tools-81545dfdc9bc49b4431317eee407fbaf41853935.zip |
Correcting whitespace error in include handling that broke debconf container create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |