From 2d791766bb62e540f1e42e6215b3740c9b21260b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:36:00 +0200 Subject: [PATCH] Update 20-folders.sh --- teamspeak/rootfs/etc/cont-init.d/20-folders.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teamspeak/rootfs/etc/cont-init.d/20-folders.sh b/teamspeak/rootfs/etc/cont-init.d/20-folders.sh index e1635d79f..ea5424bf5 100644 --- a/teamspeak/rootfs/etc/cont-init.d/20-folders.sh +++ b/teamspeak/rootfs/etc/cont-init.d/20-folders.sh @@ -22,4 +22,5 @@ ln -sf "$LOCATION" /teamspeak/save # Persmissions chown -R 503:503 "$LOCATION" -chmod 777 "$LOCATION" +chmod -R 777 "$LOCATION" +chmod 777 "${dirname LOCATION}"