updated external ip fetcher script

This commit is contained in:
naturallaw77 2023-08-25 11:37:01 -07:00
parent 7db8668d34
commit 3354b7bd30
2 changed files with 2 additions and 2 deletions

View File

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

View File

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