diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/splash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index e75f967..d9aa066 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -53,7 +53,7 @@ update_progress() { } # assertions -test -r /proc/splash || exit 0 +test -z "$splash_rc" && exit 0 if [[ -z $res ]]; then res=`fbresolution` |