summaryrefslogtreecommitdiffstats
path: root/meta/packages/psplash/files/psplash-init
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/psplash/files/psplash-init')
-rwxr-xr-xmeta/packages/psplash/files/psplash-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init
index e2c6bf8f5d..3150180ea5 100755
--- a/meta/packages/psplash/files/psplash-init
+++ b/meta/packages/psplash/files/psplash-init
@@ -17,5 +17,5 @@ if [ -e /etc/rotation ]; then
17 rotation=`cat /etc/rotation` 17 rotation=`cat /etc/rotation`
18fi 18fi
19 19
20/usr/bin/psplash --angle=$rotation & 20/usr/bin/psplash --angle $rotation &
21 21