Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonee committed Dec 18, 2023
1 parent d5da5a1 commit 930d768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ if [ -n "$PLEX_TOKEN" ]; then
CMD="$CMD -Dplex.token=$PLEX_TOKEN"
fi

if [ -n "$SKIP_FRIEND_SYNC" ]; then
CMD="$CMD -Dplex.skipfriendsync=$SKIP_FRIEND_SYNC"
fi

exec $CMD

0 comments on commit 930d768

Please sign in to comment.