Fixed bug in v_brgemu_install.sh 19/23519/1
authorItohan <itohan.ukponmwan@intel.com>
Wed, 15 Nov 2017 04:30:04 +0000 (20:30 -0800)
committerItohan <itohan.ukponmwan@intel.com>
Wed, 15 Nov 2017 04:30:04 +0000 (20:30 -0800)
Moved creation of nat_service.sh to an if block

Issue-ID: INT-63

Change-Id: I44a86012dd08359859c24c41a7c6693b9b3429a2
Signed-off-by: Itohan <itohan.ukponmwan@intel.com>
vnfs/vCPE/scripts/v_brgemu_install.sh

index f8824f9..e3a32fd 100755 (executable)
@@ -326,10 +326,10 @@ do
     sleep 1
 done
 EOF
+
     chmod +x /opt/set_nat.sh
-fi  # endif BUILD_STATE != "build"
 
-#Create script to run bind_nic.sh and set_nat.sh
+    #Create script to run bind_nic.sh and set_nat.sh
     cat > /opt/nat_service.sh << 'EOF'
 #! /bin/bash
 
@@ -340,6 +340,8 @@ sleep 15
 EOF
     chmod +x /opt/nat_service.sh
 
+fi  # endif BUILD_STATE != "build"
+
 if [[ $BUILD_STATE != "done" ]]
 then