summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index 68875450..697d4184 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -130,7 +130,7 @@ sub installationPhase
my $do_stop = unshiftHereDoc(<<' End-of-Here');
/opt/openslx/plugin-repo/bootsplash/bin/splashy shutdown
sleep 1
- uclibc-wrapper /opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
+ /opt/openslx/plugin-repo/bootsplash/bin/splashy_update \
"progress 100" 2>/dev/null
End-of-Here