Skip to content

Commit

Permalink
fix: fix auth
Browse files Browse the repository at this point in the history
  • Loading branch information
KaimingWan committed Jun 22, 2024
1 parent 70b29a4 commit d25e7d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow_scripts/bin/execute_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ $SSH_BASE_CMD $SSH_HOST "sudo rm -rf $BENCHMARK_DIR/workflow_scripts/bin/kafka_2
$SSH_BASE_CMD $SSH_HOST "sudo rm -f $BENCHMARK_DIR/workflow_scripts/bin/bootstrap-server.txt"

echo "Use 777 auth"
$SSH_BASE_CMD $SSH_HOST "sudo su - root && sudo chmod -R 777 $BENCHMARK_DIR/workflow_scripts"

$SSH_BASE_CMD $SSH_HOST "sudo su - root && sudo chmod -R g+w,o+w $BENCHMARK_DIR/workflow_scripts"
$SSH_BASE_CMD $SSH_HOST "sudo su - root && sudo echo "$BOOTSTRAP_SERVER" > $BENCHMARK_DIR/workflow_scripts/bin/bootstrap-server.txt"

# Execute the benchmark test
Expand Down

0 comments on commit d25e7d7

Please sign in to comment.