Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2019-11-22 12:52:07 +03:00
parent 52f5ea9028
commit d73f41e2de
1 changed files with 1 additions and 1 deletions

2
ufw
View File

@ -246,7 +246,7 @@ _mktemp() {
get_my_ip() {
declare api_response api_status api_status_message my_ip
api_response=$( curl -sl "$cfg_service_url/$cfg_api_path/ip?format=json" )
api_response=$( curl -sl "$cfg_service_url/ip.json" )
get_api_status <<< "$api_response"