diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-23 20:02:42 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-23 20:02:42 +0000 |
commit | e0fea47051a50de99b864dc5bd60f62a14bced9c (patch) | |
tree | 425bd016b414eadd6e5bd64488c3a11cf0200844 /scripts/splash.sh | |
parent | 738f985c69f4a89cd50e9dad6037a1bcda6c7b74 (diff) | |
download | bootsplash-e0fea47051a50de99b864dc5bd60f62a14bced9c.tar bootsplash-e0fea47051a50de99b864dc5bd60f62a14bced9c.tar.gz bootsplash-e0fea47051a50de99b864dc5bd60f62a14bced9c.tar.bz2 bootsplash-e0fea47051a50de99b864dc5bd60f62a14bced9c.tar.xz bootsplash-e0fea47051a50de99b864dc5bd60f62a14bced9c.zip |
remove useless check, /proc/splash is already tested long before
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r-- | scripts/splash.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 775c173..e75f967 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -82,10 +82,8 @@ fi if [ "$1" == "stop" -a $_shutdown == "no" ]; then if [[ $LOGO_CONSOLE == No ]] || [[ $LOGO_CONSOLE == no ]] || [[ $LOGO_CONSOLE == NO ]]; then - if [[ -e /proc/splash ]];then - bootsplash_write 0 - exit 0 - fi + bootsplash_write 0 + exit 0 else if [[ $LOGO_CONSOLE == vt ]]; then for i in 0 1 2 3 4 5 |