Update linupx-scripts.sh

This commit is contained in:
2024-03-05 07:38:36 -06:00
parent bd7ddf816c
commit b17faaf910

View File

@@ -738,7 +738,7 @@ RECONFIGURE_NETWORK(){
" > /etc/netplan/eth0.yaml >/dev/null 2>&1
fi
netplan apply >/dev/null 2>&1
echo "${idsCL[Green]}Done${idsCL[Default]}\n\n"
echo -e "${idsCL[Green]}Done${idsCL[Default]}\n\n"
elif [ -d /etc/sysconfig/network-scripts ]; then
if [ ! -f /etc/sysconfig/network-scripts/ifcfg-eth0 ] || grep /etc/sysconfig/network-scripts/ifcfg-eth0 -e "Generated by VMWare" >/dev/null; then