diff --git a/lib/util-iso-calamares.sh b/lib/util-iso-calamares.sh index e1cb120..5b1369d 100644 --- a/lib/util-iso-calamares.sh +++ b/lib/util-iso-calamares.sh @@ -353,7 +353,7 @@ write_plymouthcfg_conf(){ local conf="$1/etc/calamares/modules/plymouthcfg.conf" msg2 "Writing %s ..." "${conf##*/}" echo "---" > "$conf" - echo "plymouth_theme: ${plymouth_theme}" >> "$conf" + echo "plymouth_theme: ${plymouth_theme}" >> "$conf" } configure_calamares(){