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}"