forked from archiver_config/sf_databuffer
Also load request.
This commit is contained in:
@@ -9,7 +9,7 @@ COMMAND="curl -s -w %{http_code} -X POST"
|
||||
|
||||
while read -r -d '' filename; do
|
||||
COMMAND+=" -F files=@${filename}"
|
||||
done < <(find . \( -name "*.sources" \) -print0)
|
||||
done < <(find . \( -name "*.sources" -o -name "*.request" \) -print0)
|
||||
|
||||
COMMAND+=" ${HOST}${HTTP_ADDRESS} -o ${RESPONSE}"
|
||||
# echo "Execute command: "${COMMAND}
|
||||
|
||||
Reference in New Issue
Block a user