diff --git a/start.sh b/start.sh index f0ad4d5..596dc55 100644 --- a/start.sh +++ b/start.sh @@ -9,6 +9,7 @@ echo -e 'Create filesystem on ramdisk file' mkfs.ext4 /ramdisk/image.ext4 echo -e 'Mount the ramdisk file to /mnt/sonarr-ramdisk-mount' mount /ramdisk/image.ext4 /mnt/sonarr-ramdisk-mount +chown 1003:1003 /mnt/sonarr-ramdisk-mount echo -e 'Copy the config from the remote share to the ramdisk' cp -fvp /sonarr-config/*.* /mnt/sonarr-ramdisk-mount echo -e 'Set up the filesystem freeze, copy, unfreeze loop'