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 }