From f943f65283f2a81bb176147dcb1ba0fa4da1b54f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 14 Oct 2008 23:12:27 +0000 Subject: 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 --- os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/bootsplash/init-hooks/90-postinit-done/bootsplash.sh') 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 -- cgit v1.2.3-55-g7522