Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Mar 18, 2024
1 parent 2cb6735 commit 22906b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/command/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source .github/scripts/common/common.sh

[[ -z "$META" ]] && META=sqlite3
source .github/scripts/start_meta_engine.sh
start_meta_engine $META
start_meta_engine $META minio
META_URL=$(get_meta_url $META)
[ ! -x mc ] && wget -q https://dl.minio.io/client/mc/release/linux-amd64/mc && chmod +x mc

Expand Down

0 comments on commit 22906b8

Please sign in to comment.