From c08cbd70e677384ddd8fc847573d22833444036d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 18:19:36 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index d6185a3..80d5994 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -670,7 +670,7 @@ blacklist { GET_WANIP(){ wanip=$(curl -sL https://go.scity.us/get-wanip | bash) - echo -e "${idsCL[Green]}Your WAN IP: ${idsST[Bold]}${wanip}${idsST[Reset]}${idsCL[Default]}" + echo -e "\n${idsCL[Green]}Your WAN IP: ${idsST[Bold]}${wanip}${idsST[Reset]}${idsCL[Default]}" [ ${action-x} ] && exit 0 ENTER2CONTINUE }