Skip to content
Snippets Groups Projects

Dev

Merged lit_git requested to merge dev into master
6 files
+ 117
63
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
1
@@ -9,7 +9,7 @@ echo "Wait up to 3 minutes for server to respond, check every 20 seconds"
COUNTER=0
while [ $COUNTER -lt 15 ]; do
RUNNING=$(curl --silent --connect-timeout 20 "$PUBSWEET_URL" | grep "/assets/")
RUNNING=$(curl --silent --connect-timeout 20 "http://localhost:$PORT" | grep "/assets/")
if [ -n "$RUNNING" ] ; then
echo "xPub is running"
#echo "Creating the Users"