mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 22:55:10 +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 &
|
./dbench start > /tmp/bench.log &
|
||||||
|
|
||||||
output=$(
|
output=$(
|
||||||
while ! curl "http://localhost:8000/login"
|
while ! curl "http://localhost:8000"
|
||||||
do
|
do
|
||||||
{ echo "Exit status of curl: $?"
|
{ echo "Exit status of curl: $?"
|
||||||
} 1>&2
|
} 1>&2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue