updated externail ip fetcher

This commit is contained in:
2023-07-04 13:00:35 -07:00
parent 3d811fd7b9
commit 8b9a338888
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(curl ifconfig.me)
ID=$(wget -qO- https://ipecho.net/plain ; echo)
cd /home/free/Downloads

View File

@ -2,7 +2,7 @@
set -o nounset
ID=$(curl ifconfig.me)
ID=$(wget -qO- https://ipecho.net/plain ; echo)
#### CREATE NEW MASTER LOGIN ####