From f7175916e64050d9eada48a5f24b9bddf87e715c Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 14 Oct 2020 16:29:43 +0800 Subject: [PATCH] Fixed uID to fit in with synology --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index f8e1acb..dd5bef0 100755 --- a/start.sh +++ b/start.sh @@ -3,7 +3,7 @@ ## Script to automate the copy of Sonarr databases ## echo -e 'Starting the sidecar container to periodically backup the sonarr databases' -chown 1003:1003 /mnt/app-local-config +chown 1027:1027 /mnt/app-local-config echo -e 'Copy the config from the remote share to the ramdisk' cp -fvp /app-remote-config/*.* /mnt/app-local-config echo -e 'Set up the filesystem freeze, copy, unfreeze loop'