diff options
author | platania <platania@research.att.com> | 2017-02-17 18:03:20 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 18:03:20 -0500 |
commit | 7b0254e6dd3d6fc53d0aa432ea3155106d8b4a0e (patch) | |
tree | c34e40ce98ecd542b653693bdf3f6d6b0f74bd6b | |
parent | 7caebedf36ab6739b84bc68f32139ca205a42efd (diff) |
Fixing another path issues
Change-Id: I3c0b98eaaa3de3a5be19aef5b546d265fd819928
Signed-off-by: platania <platania@research.att.com>
-rwxr-xr-x | scripts/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 69734344..3986e8cd 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -3,7 +3,7 @@ ########## Define parameters ########## VERSION="1.0.0-SNAPSHOT" pwd -ls -all ../ +ls -all PATH_TO_BOOT="boot" PATH_TO_HEAT="heat" PATH_TO_VFW="vnfs/vFW/scripts" |