From af415195a96144b5488f7491358c3b9aee6412ea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:51:44 +0200 Subject: [PATCH] Update 20-folders.sh --- teamspeak/rootfs/etc/cont-init.d/20-folders.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teamspeak/rootfs/etc/cont-init.d/20-folders.sh b/teamspeak/rootfs/etc/cont-init.d/20-folders.sh index 228815af4..8a8525385 100644 --- a/teamspeak/rootfs/etc/cont-init.d/20-folders.sh +++ b/teamspeak/rootfs/etc/cont-init.d/20-folders.sh @@ -8,7 +8,7 @@ if [ -d /teamspeak/save ]; then fi mkdir -p /teamspeak ln -sf /data /teamspeak/save -chown -R PUID:GUID /data +#chown -R PUID:GUID /data chmod -R 777 /data -chown -R PUID:GUID /data +#chown -R PUID:GUID /data chmod -R 777 /teamspeak