Files
hassio-addons/webtop/rootfs/etc/cont-init.d/99-run.sh
2022-01-08 21:17:02 +01:00

8 lines
197 B
Bash

#!/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