Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8346e70

Browse files
committed
Fixed asplashscreen service script
1 parent 3668189 commit 8346e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplementary/asplashscreen/asplashscreen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do_start () {
1414
line=$(head -n 1 /etc/splashscreen.list)
1515
isMovie=$(echo $line | grep -o "*.mpg")
1616
if [ -z "$isMovie" ]; then
17-
/usr/bin/fbi -T 1 -once -t 20 -noverbose -a -l /etc/splashscreen.list &
17+
/usr/bin/fbi -T 2 -once -t 20 -noverbose -a -l /etc/splashscreen.list &
1818
else
1919
mplayer $line &
2020
fi

0 commit comments

Comments
 (0)