updated external ip fetcher script
This commit is contained in:
parent
7db8668d34
commit
3354b7bd30
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
ID=$(wget -qO- https://ipecho.net/plain ; echo)
|
ID=$(wget -qO- https://ipecho.net/plain)
|
||||||
|
|
||||||
cd /home/free/Downloads
|
cd /home/free/Downloads
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
ID=$(wget -qO- https://ipecho.net/plain ; echo)
|
ID=$(wget -qO- https://ipecho.net/plain)
|
||||||
|
|
||||||
|
|
||||||
#### CREATE NEW MASTER LOGIN ####
|
#### CREATE NEW MASTER LOGIN ####
|
||||||
|
Loading…
Reference in New Issue
Block a user