From e3bc715239d03b227f59fea00d5ba4138dd62514 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:36:02 +0100 Subject: [PATCH] Use 700 as permissions --- webtop_kde/rootfs/etc/cont-init.d/20-folders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh b/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh index adca558a2..b4d4df523 100755 --- a/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh +++ b/webtop_kde/rootfs/etc/cont-init.d/20-folders.sh @@ -80,4 +80,4 @@ ln -sf /config/.cache /.cache # Set ownership bashio::log.info "Setting ownership to $PUID:$PGID" chown -R "$PUID":"$PGID" "$LOCATION" -chmod -R 755 "$LOCATION" +chmod -R 700 "$LOCATION"