mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
changing the url to curl
This commit is contained in:
parent
c18efdcb6c
commit
aa0b93dda9
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue