summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'core/rootfs')
-rwxr-xr-xcore/rootfs/rootfs-stage31/data/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/init b/core/rootfs/rootfs-stage31/data/init
index 8d5baa0b..3f39c66e 100755
--- a/core/rootfs/rootfs-stage31/data/init
+++ b/core/rootfs/rootfs-stage31/data/init
@@ -127,7 +127,7 @@ if [ "$SPLASH" -eq 1 ]; then
&& [ "$img_left" -ge 0 ] && [ "$img_left" -lt 8096 ] \
&& [ "$img_top" -ge 0 ] && [ "$img_top" -lt 8096 ]; then
printf "IMG_TOP=%d\nIMG_LEFT=%d\n" \
- "$img_top" "$img_left"
+ "$img_top" "$img_left" \
> "$fbsplash_cfg"
fbsplash -b -i "$fbsplash_cfg" -s "$fbsplash_ppm" || MUTED_OUTPUT=
else