nix-dotfiles/systems/palatine-hill/plex/plex_permission.sh
2025-06-03 01:03:59 -04:00

8 lines
183 B
Bash

#!/bin/bash
plex_dir="/ZFS/ZFS-primary/plex"
chown docker-service:users -R "$plex_dir"
find "$plex_dir" -type f -exec chmod 664 {} \;
find "$plex_dir" -type d -exec chmod 775 {} \;