diff options
Diffstat (limited to 'boot/oof_vm_init.sh')
-rw-r--r-- | boot/oof_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 3baa7cc1..cf47b10a 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -10,7 +10,7 @@ NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) cd /opt/optf-has -#git pull +git pull COND_CONF=/opt/optf-has/conductor.conf LOG_CONF=/opt/optf-has/log.conf |