[util-iso-image] fix typo

This commit is contained in:
udeved 2016-02-29 01:04:10 +01:00
parent b6b8669fc5
commit 2be07641f3

View file

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