changing the url to curl

This commit is contained in:
Mendel Greenberg 2019-03-03 23:42:45 -05:00
parent c18efdcb6c
commit aa0b93dda9
No known key found for this signature in database
GPG key ID: B26A7D2DF7DC6EF7

View file

@ -3,7 +3,7 @@
./dbench start > /tmp/bench.log &
output=$(
while ! curl "http://localhost:8000/login"
while ! curl "http://localhost:8000"
do
{ echo "Exit status of curl: $?"
} 1>&2