summaryrefslogtreecommitdiff
path: root/recipes/opie-init/opie-init/opie
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opie-init/opie-init/opie')
-rwxr-xr-xrecipes/opie-init/opie-init/opie4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/opie-init/opie-init/opie b/recipes/opie-init/opie-init/opie
index d7e06e5ce2..6bebec7955 100755
--- a/recipes/opie-init/opie-init/opie
+++ b/recipes/opie-init/opie-init/opie
@@ -43,8 +43,8 @@ fi
case $1 in
'start')
# Turn off psplash if any - sleep is required for anti-race
- if [ -e /mnt/.psplash ]; then
- TMPDIR=/mnt/.psplash psplash-write "QUIT" || true
+ if [ -e /mnt/.splash ]; then
+ TMPDIR=/mnt/.splash splash-write "QUIT" || true
sleep 1
fi