This commit is contained in:
2019-01-03 20:42:12 +01:00
parent 8ee0d34328
commit 19b52810b8

View File

@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
# Check, if a configuration directory exists # 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 ]] if [[ -d /config/Library ]]
then then
echo "Configuration found, skipping restore of backup" echo "Configuration found, skipping restore of backup"