update link to upper-constraints.txt
[vfc/nfvo/lcm.git] / docker / instance_run.sh
1 #!/bin/bash
2
3 cd /service/vfc/nfvo/lcm
4 ./run.sh
5
6 while [ ! -f logs/runtime_lcm.log ]; do
7     sleep 1
8 done
9 tail -F logs/runtime_lcm.log