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 --- .../plugins/bootsplash/init-hooks/60-have-servconfig/bootsplash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/bootsplash/init-hooks/60-have-servconfig/bootsplash.sh') diff --git a/os-plugins/plugins/bootsplash/init-hooks/60-have-servconfig/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/60-have-servconfig/bootsplash.sh index 9c3bd20f..4d71a4f4 100644 --- a/os-plugins/plugins/bootsplash/init-hooks/60-have-servconfig/bootsplash.sh +++ b/os-plugins/plugins/bootsplash/init-hooks/60-have-servconfig/bootsplash.sh @@ -1 +1 @@ -[ ${no_bootsplash} -eq 0 ] && /bin/splashy_update "progress 60" >/dev/null 2>&1 +[ -e /tmp/bootsplash ] && /bin/splashy_update "progress 60" >/dev/null 2>&1 -- cgit v1.2.3-55-g7522