Skip to content

Commit 6e662ca

Browse files
kart2bcgeofffranks
authored andcommitted
remove the check for bosh-dns wait file
1 parent 464e660 commit 6e662ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/bin/bash -exu
22

33
<% if spec.bootstrap %>
4-
5-
# can remove this check once bosh-dns is in cf-deployment :)
6-
if [ -f /var/vcap/jobs/bosh-dns/bin/wait ]; then
74
# ensure bosh-dns is up and running
85
/var/vcap/jobs/bosh-dns/bin/wait
9-
fi
10-
116
<% end %>

0 commit comments

Comments
 (0)