removed waiting period

This commit is contained in:
shockrah 2020-08-17 18:51:54 -07:00
parent ced0965060
commit afb965f4e8

View File

@ -39,12 +39,6 @@ if [ "$1" = "body" ];then
export _show_body=1
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
export -f log_result