Remove manual etcd usage. No longer needed.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# NOTE: boiler plate to wait on mgmt; source with: . wait.sh; should NOT be +x
|
||||
while test "`jobs -p`" != "" && test "`jobs -p`" != "`pidof etcd`"
|
||||
while test "`jobs -p`" != ""
|
||||
do
|
||||
for j in `jobs -p`
|
||||
do
|
||||
[ "$j" = "`pidof etcd`" ] && continue # don't wait for etcd
|
||||
wait $j || continue # wait for mgmt job $j
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user