From c57944607605ad6c6bab79a45b8dcc8aa6d4f84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Fri, 20 Nov 2020 12:08:54 +0100 Subject: [PATCH] [util-iso-image] proper fix #326 - fix array --- lib/util-iso-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-iso-image.sh b/lib/util-iso-image.sh index b2592a9..4cd0df1 100644 --- a/lib/util-iso-image.sh +++ b/lib/util-iso-image.sh @@ -272,7 +272,7 @@ configure_services(){ info "Configuring services" use_apparmor="false" apparmor_boot_args="" - enable_systemd_live="$enable_systemd_live $enable_systemd" + enable_systemd_live=(${enable_systemd_live[@]} ${enable_systemd[@]}) [[ ! -z $disable_systemd_live ]] && disable_srv_live