Automate vCPE vG-MUX and VG build image process
[demo.git] / vnfs / vCPE / scripts / v_gmux_install.sh
index c9162aa..b6796c2 100644 (file)
@@ -364,8 +364,10 @@ then
     sed -i "s/ens[0-9]*/eth0/g" /etc/network/interfaces.d/*.cfg
     sed -i "s/ens[0-9]*/eth0/g" /etc/udev/rules.d/70-persistent-net.rules
     echo 'network: {config: disabled}' >> /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
+    echo 'Execution of vG-MUX install script completed' > /opt/script_status.txt
     reboot
 fi
 
 ./v_gmux_init.sh
+echo 'Execution of vG-MUX install script completed' > /opt/script_status.txt