[util-iso-image] proper fix #326

- fix array
This commit is contained in:
Philip Müller 2020-11-20 12:08:54 +01:00
parent 7b6fe03c3a
commit 0f896a2918

View file

@ -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