Skip to content

Commit

Permalink
Update ipchanger.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LxaNce-Hacker authored Feb 19, 2024
1 parent 56f2dbf commit 9889d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipchanger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REDBG="$(printf '\033[41m')" GREENBG="$(printf '\033[42m')" ORANGEBG="$(printf
MAGENTABG="$(printf '\033[45m')" CYANBG="$(printf '\033[46m')" WHITEBG="$(printf '\033[47m')" BLACKBG="$(printf '\033[40m')"
RESETBG="$(printf '\e[0m\n')"

__vrsn__=2.0
__vrsn__=2.1

banner(){
clear
Expand Down Expand Up @@ -124,7 +124,7 @@ main_menu(){
if [ $? -eq 0 ]; then
ip_address=$(ifconfig "$interface" | awk '/inet / {print $2}')
if [ -n "$ip_address" ]; then
echo -e "${RED}[${WHITE}*${RED}] YOUR REAL ${interface^^} IP : ${ORANGE}${ip_address}"
echo -e "${RED}[${WHITE}*${RED}] YOUR REAL ${interface^^} IP : ${ORANGE}${ip_address}" | pv -qL 20
store="$interface"
fi
fi
Expand Down

0 comments on commit 9889d8a

Please sign in to comment.