From d3ebb85b0947f170f522f6721247253c5b6e4b27 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 15 Oct 2008 11:05:22 +0000 Subject: * revert to r2302 / remove plugin env variables workaround git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2313 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/bootsplash/init-hooks/99-handing-over/bootsplash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/bootsplash/init-hooks/99-handing-over/bootsplash.sh') diff --git a/os-plugins/plugins/bootsplash/init-hooks/99-handing-over/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/99-handing-over/bootsplash.sh index 72c664c6..93673915 100644 --- a/os-plugins/plugins/bootsplash/init-hooks/99-handing-over/bootsplash.sh +++ b/os-plugins/plugins/bootsplash/init-hooks/99-handing-over/bootsplash.sh @@ -1 +1 @@ -[ -e /tmp/bootsplash ] && /bin/splashy_update "progress 100" >/dev/null 2>&1 +[ ${no_bootsplash} -eq 0 ] && /bin/splashy_update "progress 100" >/dev/null 2>&1 -- cgit v1.2.3-55-g7522