Skip to content

Commit 0fa044c

Browse files
committed
Do not create a new file
1 parent feddd13 commit 0fa044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/litscan-upload-ids.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function submitJob
1717
curl -X POST \
1818
-H "Content-Type:application/json" \
1919
-d "{\"id\": \"${job_id}\"}" \
20-
http://45.88.80.122:8080/api/submit-job && echo ${job_id} >> submitted/${file};
20+
http://45.88.80.122:8080/api/submit-job
2121
}
2222

2323
# loop through the file

0 commit comments

Comments
 (0)