diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-11 11:46:25 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-11 11:46:55 -0400 |
commit | 89cbd066a55b04409af8ef19afa8051438722db0 (patch) | |
tree | eeae284bfd9b637762dd5444f38b1b0b0ffa9412 | |
parent | 2c7b988e0db6c3869f187c54ac0e81deb99c0e00 (diff) |
Correct portal apps property directory name
Old name had "rackspace" which was misleading;
new name has "simpledemo" which is descriptive.
Issue: PORTAL-113
Change-Id: I50934d1b42acdf4ed2f1fb57337a81f3e71786e1
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rwxr-xr-x | boot/portal_vm_init.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh index d4fd88a5..7d1c5351 100755 --- a/boot/portal_vm_init.sh +++ b/boot/portal_vm_init.sh @@ -40,9 +40,9 @@ docker tag $NEXUS_DOCKER_REPO/$CLI_IMG_NAME:$CLI_DOCKER_VERSION $CLI_IMG_NAME:$P export LOGS_DIR=./logs mkdir -p $LOGS_DIR -# Export variable for subdirectory with host-specific property files +# Export variable for subdirectory with appropriate property files # The leading "./" is required for docker-compose -export PROPS_DIR=./properties_rackspace +export PROPS_DIR=./properties_simpledemo # docker-compose is not in /usr/bin /opt/docker/docker-compose down |