Skip to content

Commit

Permalink
proper quoting (tms uses shlex now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 29, 2024
1 parent 218acf7 commit 04e3b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/launch_scripts/ewms-v1/ewms-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export POST_REQ=$(
"task_image": "/cvmfs/icecube.opensciencegrid.org/containers/realtime/skymap_scanner:$SKYSCAN_TAG",
"task_args": "python -m skymap_scanner.client --infile {{INFILE}} --outfile {{OUTFILE}} --client-startup-json {{DATA_HUB}}/startup.json",
"init_image": "/cvmfs/icecube.opensciencegrid.org/containers/realtime/skymap_scanner:$SKYSCAN_TAG",
"init_args": "bash -c \"\"curl --fail-with-body --max-time 60 -o {{DATA_HUB}}/startup.json '$S3_OBJECT_URL'\"\" ",
"init_args": "bash -c \"curl --fail-with-body --max-time 60 -o {{DATA_HUB}}/startup.json '$S3_OBJECT_URL'\" ",
"n_workers": $N_WORKERS,
"pilot_config": {
"tag": "${PILOT_TAG:-'latest'}",
Expand Down

0 comments on commit 04e3b50

Please sign in to comment.