Skip to content

Commit

Permalink
Add plextraktsync run to test command in entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 12, 2024
1 parent f8bcf0c commit d1811a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ if [ "${1:-}" = "test" ]; then
ldd /usr/bin/setpriv
ldd /usr/bin/usermod
ldd /usr/bin/groupmod
exit 0
# Continue with info command
set -- "info"
fi

# fix permissions and switch user if configured
Expand Down

0 comments on commit d1811a7

Please sign in to comment.