diff options
Diffstat (limited to 'os-plugins')
| -rw-r--r-- | os-plugins/plugins/bootsplash/XX_bootsplash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh index 4bd340fb..da718b22 100644 --- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh +++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh @@ -17,7 +17,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then . /initramfs/plugin-conf/bootsplash.conf if [ $bootsplash_active -ne 0 ]; then - if [ ${no_bootsplash} -eq 0 ]; then + if [ -e /tmp/bootsplash ]; then # create a runlevelscript that will stop splashy before the start of KDM d_mkrlscript init splashy.stop "Stopping Splashy ..." echo -e "\t/opt/openslx/plugin-repo/bootsplash/bin/splashy_update.glibc\ |
