mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
5 lines
No EOL
171 B
Bash
5 lines
No EOL
171 B
Bash
#!/bin/bash
|
|
|
|
./dbench start > /tmp/bench.log &
|
|
|
|
curl --retry 20 --retry-delay 1 --retry-connrefused "http://localhost:8000/login" | grep '<title> Login </title>' || exit 1 |