From bc6a46f17052a3fd9152631a09ceeeff275d28d6 Mon Sep 17 00:00:00 2001 From: MetalliDan28 <44180380+TDWillingham@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:37:08 -0500 Subject: [PATCH] Update README.md Fixed the Unraid script instructions to start the sync. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 841ffee310..d538bbbaf8 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,8 @@ Once installed (or if already installed): - Go to the Plugins tab, click on "User Scripts", and click the "Add New Script" button - Name your script accordingly - Click the "gear" icon next to the script name, and click "Edit Script" -- Below the "#!/bin/bash" line add: `docker start PlexTraktSync` +- Below the "#!/bin/bash" line add: `docker exec PlexTraktSync plextraksync sync` +- The format of the script needs to be docker calling your container name (if you changed it from the default, ie to something like plex-trakt-sync), then issuing the command to sync. - Click "Save Changes" - Set the schedule accordingly using the dropdown menu next to the "Run in Background" button