Skip to content

Commit

Permalink
Fix fedora port for jetty wait
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Mar 24, 2017
1 parent 9099bfb commit 1524ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jetty_wait
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ until $(curl --output /dev/null --silent --head --fail http://localhost:8985/sol
printf '.'
sleep 1
done
until $(curl --output /dev/null --silent --head --fail http://localhost:8986/rest); do
until $(curl --output /dev/null --silent --head --fail http://localhost:8988/rest); do
printf '.'
sleep 1
done

0 comments on commit 1524ee8

Please sign in to comment.