diff --git a/create-lx-container.sh b/create-lx-container.sh index 6e015a3..b119cec 100755 --- a/create-lx-container.sh +++ b/create-lx-container.sh @@ -415,7 +415,7 @@ IPV6_PREFIX_1=$DEFAULT_IPV6_PREFIX echo "" echo -e "\033[32m--\033[m" echo "" -echononl "\033[1mDo you want to apply a second IPv4 Address? [yes/no]: " +echononl "\033[1mDo you want to apply a second IPv4 Address?\033[m [yes/no]: " read OK [[ "$(trim ${OK,,})" = "yes" ]] && _second_ipv4=true || _second_ipv4=false @@ -521,6 +521,9 @@ if $_second_ipv4 ; then IPV6_PREFIX_2=$DEFAULT_IPV6_PREFIX fi +echo "" +echo -e "\033[32m--\033[m" +echo "" echo " # Insert first IPv6 Address for the new LX Containers." echo " #" echo -e " # Type \033[33mNone\033[m if no ipv6-address should be assigned"