From ed4a1bea970bf76359002a976a8ccb9954dc7324 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:43:14 +0100 Subject: [PATCH] Update 99-run.sh --- webtop/rootfs/etc/cont-init.d/99-run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webtop/rootfs/etc/cont-init.d/99-run.sh b/webtop/rootfs/etc/cont-init.d/99-run.sh index e9d4ac9b8..8c159e7ba 100644 --- a/webtop/rootfs/etc/cont-init.d/99-run.sh +++ b/webtop/rootfs/etc/cont-init.d/99-run.sh @@ -1,3 +1,7 @@ #!/usr/bin/with-contenv bashio +# Fix mate software center +if [ -f /usr/lib/dbus-1.0/dbus-daemon-launch-helper ]; then +chmod u+s /usr/lib/dbus-1.0/dbus-daemon-launch-helper service dbus restart +fi