Skip to content

Commit

Permalink
Remove interactive flag on curl
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 23, 2024
1 parent 7aa31ef commit 81f8932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/jobtypes/performance/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function performance_generate_test_data() {
# Extract the filename from the URL
filename=$(basename "${url}")
echo "Downloading: ${url} to ${SHAREDDIR}/${filename}"
docker exec -i -t -u www-data "${WEBSERVER}" curl -o "/shared/planfiles/${filename}" "${url}"
docker exec -t -u www-data "${WEBSERVER}" curl -o "/shared/planfiles/${filename}" "${url}"
done
}

Expand Down

0 comments on commit 81f8932

Please sign in to comment.