summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-10-15 01:12:27 +0200
committerDirk von Suchodoletz2008-10-15 01:12:27 +0200
commitf943f65283f2a81bb176147dcb1ba0fa4da1b54f (patch)
treec4e770847df2ed63a6e5c9f79e65548da8a1f82e /os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh
parentApplying init-wrapper to the init-hook system. (diff)
downloadcore-f943f65283f2a81bb176147dcb1ba0fa4da1b54f.tar.gz
core-f943f65283f2a81bb176147dcb1ba0fa4da1b54f.tar.xz
core-f943f65283f2a81bb176147dcb1ba0fa4da1b54f.zip
Needed changes because of the init-wrapper, new init-hook system, check
comments of r2302. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2303 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh
index 2546d298..61d07b9f 100644
--- a/os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh
@@ -1 +1 @@
-[ ${no_bootsplash} -eq 0 ] && /bin/splashy_update "progress 90" >/dev/null 2>&1
+[ -e /tmp/bootsplash ] && /bin/splashy_update "progress 90" >/dev/null 2>&1