From 9f22ed430433668800a3cbbc183387d0ab0434d4 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Tue, 10 Mar 2026 15:23:52 +0100 Subject: [PATCH] fix show_as initialization --- profile.d/net.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile.d/net.sh b/profile.d/net.sh index 0db9df4..b04b5f6 100644 --- a/profile.d/net.sh +++ b/profile.d/net.sh @@ -118,7 +118,8 @@ export -f urlencode # -l, --loc Display only the location (city, region, country) # -c, --coord Display only the coordinates (latitude, longitude) myextip() { - local show_ip=false show_isp=false show_loc=false show_coord=false + local show_ip=false show_isp=false show_loc=false + local show_coord=false show_as=false local all=true # Parse arguments