diff options
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r-- | scripts/splash.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 4c6a957..567bb41 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -48,10 +48,14 @@ if [[ -z $res ]]; then if [[ -f /etc/sysconfig/bootsplash ]]; then . /etc/sysconfig/bootsplash theme=$THEME + tmpval=$LOGO_CONSOLE if [[ -f /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg ]]; then function box() { true; } . /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg fi + if [[ $tmpval != "theme" ]];then + LOGO_CONSOLE=$tmpval + fi fi fi |