Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed May 14, 2019
1 parent 8903dca commit 835e54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/example4/curl_Notification.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ do
temp=$(shuf -i 18-53 -n 1) temp=$(shuf -i 18-53 -n 1)
number=$(shuf -i 1-3113 -n 1) number=$(shuf -i 1-3113 -n 1)


curl -v -s -S X POST http://localhost:9001 \ curl -v -s -S -X POST http://localhost:9001 \
--header 'Content-Type: application/json; charset=utf-8' \ --header 'Content-Type: application/json; charset=utf-8' \
--header 'Accept: application/json' \ --header 'Accept: application/json' \
--header 'User-Agent: orion/0.10.0' \ --header 'User-Agent: orion/0.10.0' \
Expand Down
2 changes: 1 addition & 1 deletion files/example5/curl_Notification.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ do
bus1=$(shuf -i 10-53 -n 1) bus1=$(shuf -i 10-53 -n 1)
bus2=$(shuf -i 10-44 -n 1) bus2=$(shuf -i 10-44 -n 1)


curl -v -s -S X POST http://localhost:9001 \ curl -v -s -S -X POST http://localhost:9001 \
--header 'Content-Type: application/json; charset=utf-8' \ --header 'Content-Type: application/json; charset=utf-8' \
--header 'Accept: application/json' \ --header 'Accept: application/json' \
--header 'User-Agent: orion/0.10.0' \ --header 'User-Agent: orion/0.10.0' \
Expand Down

0 comments on commit 835e54d

Please sign in to comment.