Skip to content

Commit

Permalink
Add chia-tools config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Jan 11, 2025
1 parent 27c7379 commit af15861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ fi
# Check if any of the env vars start with "chia." or "chia__" and if so, process the config with chia-tools
if env | grep -qE '^chia(\.|__)'; then
echo "Found environment variables starting with 'chia.' or 'chia__' - Running chia-tools"
/usr/bin/chia-tools config edit "$CHIA_ROOT/config/config.yaml"
/usr/bin/chia-tools config edit --config "$CHIA_ROOT/config/config.yaml"
fi

exec "$@"

0 comments on commit af15861

Please sign in to comment.