From 19b52810b82febc3f07672f78b9745ad5f2c8037 Mon Sep 17 00:00:00 2001 From: kilhaasi Date: Thu, 3 Jan 2019 20:42:12 +0100 Subject: [PATCH] Update --- root/etc/cont-init.d/30-plex-cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/30-plex-cfg b/root/etc/cont-init.d/30-plex-cfg index f1758fa..de17733 100755 --- a/root/etc/cont-init.d/30-plex-cfg +++ b/root/etc/cont-init.d/30-plex-cfg @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash # Check, if a configuration directory exists -cp /etc/plexdrv/rclone.conf /root/.rclone.conf +cp /etc/plexdrv/.rclone.conf /root/.rclone.conf if [[ -d /config/Library ]] then echo "Configuration found, skipping restore of backup"