From cc2e4dfc478f78ea11b63b2977d41930fdc482b0 Mon Sep 17 00:00:00 2001 From: Mason R Date: Thu, 29 Jun 2017 13:08:52 -0400 Subject: [PATCH] Updated readme to reflect changes to mount paths --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9b9fb14..2f51b50 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,6 @@ In order to automate the uploading of media and Plex scans, cron jobs can be use ### GDrive Settings * num_of_gdrives: the number of Google Drive accounts to upload media files to * drive_names: the name(s) of the Google Drive accounts -* gdrive_mount_paths: where the rclone mount path(s) exist ### Options * delete_after_upload: denotes if the local media files should be deleted after successful upload @@ -110,7 +109,6 @@ In order to automate the uploading of media and Plex scans, cron jobs can be use ## GDrive Settings ## num_of_gdrives=1 drive_names=('gdrive-main') -gdrive_mount_paths=('/mnt/main') ## Options ## delete_after_upload=true # true/false @@ -136,7 +134,6 @@ enable_movie_uploads=true # true/false ## GDrive Settings ## num_of_gdrives=2 drive_names=('gdrive-main' 'gdrive-backup') -gdrive_mount_paths=('/mnt/main' '/mnt/backup') ## Options ## delete_after_upload=true # true/false