From 2be07641f34f6e57fc6cd66ab41a23e1029ac880 Mon Sep 17 00:00:00 2001 From: udeved Date: Mon, 29 Feb 2016 01:04:10 +0100 Subject: [PATCH] [util-iso-image] fix typo --- 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 7329e4e..1fa632a 100644 --- a/lib/util-iso-image.sh +++ b/lib/util-iso-image.sh @@ -335,7 +335,7 @@ configure_services(){ add_svc_sd "$1" "$svc" done if [[ ${displaymanager} != "none" ]];then - local canf=$1/etc/plymouth/plymouthd.conf + local conf=$1/etc/plymouth/plymouthd.conf sed -i -e "s/^.*Theme=.*/Theme=${plymouth_theme}/" $conf local service=${displaymanager} if ${plymouth_boot}; then