From d59bffdb5a7d64d4ffd8df616a02abf3afae9c14 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:04:58 +0100 Subject: [PATCH] Add to group 0 --- webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh index a71f72e29..6efb7f1c3 100755 --- a/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/80-configuration.sh @@ -47,3 +47,10 @@ elif ! bashio::config.has_value 'PASSWORD' && [[ -n "$(bashio::addon.port "3000" bashio::log.warning "You are opening an external port but your password is not defined" bashio::log.warning "You risk being hacked ! Please disable the external ports, or use a password" fi + +# Set permissions + +# Set permissions +echo "... setting permissions for node user" +usermod -o -u 0 abc &>/dev/null +groupmod -o -g 0 abc &>/dev/null