fix show_as initialization

This commit is contained in:
fatalerrors
2026-03-10 15:23:52 +01:00
parent 1484b004be
commit 9f22ed4304

View File

@@ -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