From 1a667fd7ae7d10d6bd2a23017556c310b6ebc96e Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 14 Oct 2020 16:28:49 +0800 Subject: [PATCH] Fixed missing UID --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index f657258..59c06e6 100755 --- a/start.sh +++ b/start.sh @@ -5,7 +5,7 @@ LIVE_DB=$1 BACKUP_DB=$2 echo -e 'Starting the sidecar container to periodically backup the sonarr databases' -chown 1003:1003 /app-remote-config/* +chown 1027:1027 /app-remote-config/* echo -e 'Copy the config from the remote share to the local drive' touch /mnt/app-local-config/$LIVE_DB python3 /usr/local/bin/db-restore.py /mnt/app-local-config/$LIVE_DB /app-remote-config/$BACKUP_DB