Skip to content

Commit

Permalink
Minor change to entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Oct 1, 2024
1 parent a73ebdb commit 048b26d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/scripts/entrypoint-replication.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ if [ -n "$PPDB_REPLICATION_PPDB_CONFIG" ]; then
_CMD="$_CMD $PPDB_REPLICATION_PPDB_CONFIG"
fi

# _CMD="$_CMD $PPDB_REPLICATION_APDB_CONFIG $PPDB_REPLICATION_PPDB_CONFIG"
echo "Running: $_CMD"
$_CMD

# _CMD=(
# "ppdb-replication"
Expand All @@ -79,6 +80,4 @@ fi
# "${PPDB_REPLICATION_APDB_CONFIG}"
# "${PPDB_REPLICATION_PPDB_CONFIG}"
# )
# _CMD=$(printf "%s " "${_CMD[@]}" | xargs)
echo "Running: $_CMD"
$_CMD
# _CMD=$(printf "%s " "${_CMD[@]}" | xargs)

0 comments on commit 048b26d

Please sign in to comment.