From 1695a72d5680fae3cf35d6a6dbd64de5dd08daf3 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 26 May 2016 14:34:31 -0400 Subject: Updates to CONFIG, RESOURCES and LIB - removing the -r and -c parameters - relying on ENV vars for non-system locations - abstracting the apex-python-utils to a var Change-Id: I7ff1ca8b741c890647aee029c57e8342f0b5cb07 Signed-off-by: Dan Radez --- lib/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions.sh') diff --git a/lib/common-functions.sh b/lib/common-functions.sh index dfac008e..244d7585 100644 --- a/lib/common-functions.sh +++ b/lib/common-functions.sh @@ -18,7 +18,7 @@ function find_ip { return 1 fi - python3.4 -B $CONFIG/lib/python/apex-python-utils.py find_ip -i $1 + python3.4 -B $LIB/python/apex-python-utils.py find_ip -i $1 } ##attach interface to OVS and set the network config correctly -- cgit 1.2.3-korg