Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-08 20:43:14 +01:00
committed by GitHub
parent 204008d56f
commit ed4a1bea97

View File

@@ -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