Skip to content

Commit

Permalink
Merge pull request #2114 from the1ts/patch-1
Browse files Browse the repository at this point in the history
Update unraid user script
  • Loading branch information
glensc authored Dec 20, 2024
2 parents 4abf4cd + 39caa90 commit 4819d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ Once installed (or if already installed):
# Check if the container is running
if [ "$(docker ps -q -f name=PlexTraktSync)" ]; then
echo "PlexTraktSync container is already running."
exit 1
else
echo "PlexTraktSync container is not running. Starting it now..."
docker start PlexTraktSync
Expand Down

0 comments on commit 4819d6c

Please sign in to comment.