fix show_as initialization
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user