diff options
-rw-r--r-- | scripts/splash.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 050d407..ad13f2a 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -13,7 +13,6 @@ # progress = number of currently executed start/stop script # runlevel = runlevel to be reached. -_procsplash="`cat /proc/splash 2>/dev/null`" TEXTDOMAIN=bootsplash TEXTDOMAINDIR=/etc/locale LOCPATH=/etc/locale @@ -41,7 +40,6 @@ gprintf() { # assertions test -r /proc/splash || exit 0 -test -z "`echo $_procsplash|grep on`" && exit 0 if [[ -z $res ]]; then res=`fbresolution` |