From f67e56114937570eb2d367180c8ffa4861618dba Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 6 Jul 2019 13:26:33 +0200 Subject: [PATCH] Some minor changes on script output. --- create-lx-container.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"