From 21c57003370264a1c4459dd96fd9c4fd032291ee Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 2 May 2018 10:42:05 +0200 Subject: [PATCH] Error in variable name configure_plymouth --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e1fe667..a0f5c1b 100755 --- a/install.sh +++ b/install.sh @@ -111,7 +111,7 @@ configure_plymouth (){ message "done" "ok" message "\nConfigure grub command line : " local splash_enable=$(sed -rn 's/GRUB_CMDLINE_LINUX_DEFAULT=\"(.*)\"/\1/p' ${GRUB_DEFAULT_CONF_FILE} | grep -o "splash" ) - [[ -z $spash_enable ]] && configure_grub || message "Grub spash kernel option exist " "warn" + [[ -z $splash_enable ]] && configure_grub || message "Grub splash kernel option exist " "warn" message "done" "ok" message "\nSelect plymouth theme : " plymouth-set-default-theme -R spinner &>/dev/null