From e1f325f1de57b51978835ba56b7209e3a573b846 Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 4 Sep 2016 19:21:46 +0200 Subject: [PATCH] [util-iso-cal] fix alignment --- lib/util-iso-calamares.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){