diff --git a/root/etc/cont-init.d/30-plex-cfg b/root/etc/cont-init.d/30-plex-cfg index cd9cd9f..618bfe7 100755 --- a/root/etc/cont-init.d/30-plex-cfg +++ b/root/etc/cont-init.d/30-plex-cfg @@ -1,6 +1,7 @@ #!/usr/bin/with-contenv bash # Check, if a configuration directory exists +cp /etc/rclone.conf /root/.rclone.conf if [[ -d /config/Library ]] then echo "Configuration found, skipping restore of backup"