Update linupx-scripts.sh

This commit is contained in:
2023-11-13 18:19:36 -06:00
parent ab732253fc
commit c08cbd70e6

View File

@@ -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
}