removed waiting period
This commit is contained in:
parent
ced0965060
commit
afb965f4e8
@ -39,12 +39,6 @@ if [ "$1" = "body" ];then
|
|||||||
export _show_body=1
|
export _show_body=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Waiting until the web server actuall finishes starting up
|
|
||||||
echo Waiting on server.log
|
|
||||||
while ! grep "Serving" ../server.log > /dev/null; do
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
source ./common.sh
|
source ./common.sh
|
||||||
export -f log_result
|
export -f log_result
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user