Browse Source

Change back to 2 seconds

master
nolim1t 4 years ago
parent
commit
4601c0aedd
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 2
      wait-for-node-manager.sh

2
wait-for-node-manager.sh

@ -28,7 +28,7 @@ until [ $found = 2 ]; do
else
echo "Can't connect, keep trying"
fi
sleep 30
sleep 2
done
>&2 echo "Pre-condition found, Running service"

Loading…
Cancel
Save