X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=boot%2Fvnfsdk_vm_init.sh;h=fa28285f0b7d0017bcbb9d73d60406e61bd89fa1;hb=d1e9536af982897deb1b295669121cedc65b3cbc;hp=a50566885b277341f711ae401bd7b3df4d2bdd77;hpb=1bc3227cded32bcdd265fe8748e7f2f66b52388a;p=demo.git diff --git a/boot/vnfsdk_vm_init.sh b/boot/vnfsdk_vm_init.sh index a5056688..fa28285f 100755 --- a/boot/vnfsdk_vm_init.sh +++ b/boot/vnfsdk_vm_init.sh @@ -10,7 +10,7 @@ NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt) NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt) NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1) -#DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) --> don't needed at the moment +#DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) --> not needed at the moment # Refresh configuration and scripts cd /opt/refrepo