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 27787bc..0ef4a93 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -75,7 +75,7 @@ update_progress() { } # assertions -test -z "$splash_rc" && exit 0 +[ -z "$splash_rc" -o "$splash_rc" = "no" ] && exit 0 if [[ -z $res ]]; then res=`fbresolution` |