summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-10-15 13:05:22 +0200
committerSebastian Schmelzer2008-10-15 13:05:22 +0200
commitd3ebb85b0947f170f522f6721247253c5b6e4b27 (patch)
treebd932bc4d530ad1ec0969d3267b1f7ceb6cbfc3f /os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh
parent * minor fixes (diff)
downloadcore-d3ebb85b0947f170f522f6721247253c5b6e4b27.tar.gz
core-d3ebb85b0947f170f522f6721247253c5b6e4b27.tar.xz
core-d3ebb85b0947f170f522f6721247253c5b6e4b27.zip
* 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
Diffstat (limited to 'os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh
index 90447302..7f3d563e 100644
--- a/os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/init-hooks/10-have-nw-modules/bootsplash.sh
@@ -1 +1 @@
-[ -e /tmp/bootsplash ] && /bin/splashy_update "progress 10" >/dev/null 2>&1
+[ ${no_bootsplash} -eq 0 ] && /bin/splashy_update "progress 10" >/dev/null 2>&1