From 1a0559d72d7436c7260128a4d508f7c690b7f8f1 Mon Sep 17 00:00:00 2001 From: Stian Buch Larsen Date: Mon, 20 Jul 2015 00:08:07 +0200 Subject: [PATCH] Rename, and minor fix --- init/99_chown_plex_owned_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/99_chown_plex_owned_files.sh b/init/99_chown_plex_owned_files.sh index 8dc4dc8..66a976e 100644 --- a/init/99_chown_plex_owned_files.sh +++ b/init/99_chown_plex_owned_files.sh @@ -2,6 +2,6 @@ if [ -d "/config/Library" ]; then -find /config/Library ! \( -user abc -a -group abc \) -exec chown -hv abc:abc {} +find /config/Library ! \( -user abc -a -group abc \) -exec chown -hv abc:abc {} \; fi