diff options
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 |