Public IP: Disable caching
This commit is contained in:
parent
230b217339
commit
4118ea0d43
2
neofetch
2
neofetch
|
@ -1748,8 +1748,6 @@ get_public_ip() {
|
||||||
if [[ -z "$public_ip" ]] && type -p wget >/dev/null; then
|
if [[ -z "$public_ip" ]] && type -p wget >/dev/null; then
|
||||||
public_ip="$(wget -T 10 -qO- "$public_ip_host")"
|
public_ip="$(wget -T 10 -qO- "$public_ip_host")"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cache "public_ip" "$public_ip"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get_users() {
|
get_users() {
|
||||||
|
|
Reference in New Issue