diff options
-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 d7e68f9..4c6a957 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -172,7 +172,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then *bkai00mp.ttf) text_size=$(( $text_size + 2 )) ;; *Kacst-Qr.ttf) text_size=$(( $text_size + 6 )) ;; # sizes lower than 18 display as noise in FB - *kochi-gothic.ttf) if [ "$test_size" -lt "18" ]; then text_size=18 ; fi ;; + *kochi-gothic.ttf) if [ "$text_size" -lt "18" ]; then text_size=18 ; fi ;; esac fi |