diff options
author | Dan Radez <dradez@redhat.com> | 2016-05-31 12:20:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-31 12:20:57 +0000 |
commit | ab0faad452803dad2aa7c2bfca09ee169c6063f2 (patch) | |
tree | b6079af35d309371dfce8ef9b08f6c56b5c9b19a /lib/common-functions.sh | |
parent | a4cabe0cf190582e2b872ca04858786924663628 (diff) | |
parent | 1695a72d5680fae3cf35d6a6dbd64de5dd08daf3 (diff) |
Merge "Updates to CONFIG, RESOURCES and LIB"
Diffstat (limited to 'lib/common-functions.sh')
-rw-r--r-- | lib/common-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common-functions.sh b/lib/common-functions.sh index d01f7918..2e401b75 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 |