Skip to content

Commit

Permalink
cmd/satellite: Add run auditor to satellite entrypoint.
Browse files Browse the repository at this point in the history
Needed to support new auditor processess

Change-Id: I6687a667c123c69a335317216affad3a14ab7b9c
  • Loading branch information
ethanadams authored and Storj Robot committed Jan 4, 2023
1 parent ab8f22a commit d29abed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/satellite/entrypoint
Expand Up @@ -33,4 +33,8 @@ if [ "${SATELLITE_REPAIR:-}" = "true" ]; then
exec ./satellite run repair $RUN_PARAMS "$@"
fi

if [ "${SATELLITE_AUDITOR:-}" = "true" ]; then
exec ./satellite run auditor $RUN_PARAMS "$@"
fi

exec ./satellite run $RUN_PARAMS "$@"

0 comments on commit d29abed

Please sign in to comment.