minor bug fix in old stress testing script

This commit is contained in:
Fred Dixon 2013-11-05 07:44:53 -05:00
parent 329d2b9af1
commit d5d502e4e4

View File

@ -57,7 +57,7 @@ fi
# http://192.168.0.104/bigbluebutton/demo/demo1.jsp?username=Fred2&action=create
# HOST="http://$HOST/bigbluebutton/demo/demo1.jsp?action=create&username=user"
HOST="http://$HOST/bigbluebutton"
HOST="http://$HOST"
if ! wget $HOST/api -O - --quiet | grep -q SUCCESS; then