Skip to content

Commit

Permalink
Remove echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 12, 2019
1 parent acd9ff0 commit 93e888e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ SIGNALS=(${@:-./signals/root_or_admin_1.json})
for SIGNAL in "${SIGNALS[@]}"
do {
[ -e "$SIGNAL" ] || continue
echo "Posting $SIGNAL signal..."
curl -s -k \
-H 'Content-Type: application/json' \
-H 'kbn-xsrf: 123' \
Expand Down

0 comments on commit 93e888e

Please sign in to comment.