From 9e0dd77d83a83bb408988398f219b83193ea1812 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 20 Sep 2017 13:34:33 +0800 Subject: Change vfc-nfvo-lcm listen ip to 0.0.0.0 Change-Id: I88c2754d40e7222a220496d1421a23955e33e32d Issue-Id: VFC-394 Signed-off-by: fujinhua --- stop.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stop.sh') diff --git a/stop.sh b/stop.sh index 5674b463..09aed90b 100755 --- a/stop.sh +++ b/stop.sh @@ -12,5 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -sip=127.0.0.1 -ps auxww | grep "manage.py runserver $sip:8403" | awk '{print $2}' | xargs kill -9 +ps auxww | grep "manage.py runserver 0.0.0.0:8403" | awk '{print $2}' | xargs kill -9 -- cgit 1.2.3-korg