[util-iso-cal] fix alignment

This commit is contained in:
Philip 2016-09-04 19:21:46 +02:00
parent b3ad9bbd20
commit e1f325f1de

View file

@ -353,7 +353,7 @@ write_plymouthcfg_conf(){
local conf="$1/etc/calamares/modules/plymouthcfg.conf" local conf="$1/etc/calamares/modules/plymouthcfg.conf"
msg2 "Writing %s ..." "${conf##*/}" msg2 "Writing %s ..." "${conf##*/}"
echo "---" > "$conf" echo "---" > "$conf"
echo "plymouth_theme: ${plymouth_theme}" >> "$conf" echo "plymouth_theme: ${plymouth_theme}" >> "$conf"
} }
configure_calamares(){ configure_calamares(){