diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-14 12:25:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-14 12:25:36 +0000 |
commit | 4b652d4fce581014938483d24a9ec6e7a28b1632 (patch) | |
tree | 1f06ac6b1aecfa67000701cdf0bd0bb2a4712308 /odl-pipeline/lib/odl_reinstaller.sh | |
parent | 033ddcc028b083df3ec9c077c6cb4bc53f4dc5d3 (diff) | |
parent | ec8d50466e46da47e927d53ca55939fdfde42415 (diff) |
Merge "Execute script in lib folder/Use vjumb as Gateway"
Diffstat (limited to 'odl-pipeline/lib/odl_reinstaller.sh')
-rwxr-xr-x | odl-pipeline/lib/odl_reinstaller.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odl-pipeline/lib/odl_reinstaller.sh b/odl-pipeline/lib/odl_reinstaller.sh index 0c3c8c5..4923ed0 100755 --- a/odl-pipeline/lib/odl_reinstaller.sh +++ b/odl-pipeline/lib/odl_reinstaller.sh @@ -3,4 +3,5 @@ DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) set -e export PYTHONPATH=$PYTHONPATH:$DIR mkdir -p $DIR/tmp -python $DIR/odl_reinstaller/odl_reinstaller.py $@ +cd $DIR +python ./odl_reinstaller/odl_reinstaller.py $@ |