Skip to content

speedtest_agent_plugin.sh / typo / local_public_ip=$(jq -c '.interface.externapIp' $data_filepath) #10

Description

@OliverJa72

OLD:
local_public_ip=$(jq -c '.interface.externapIp' $data_filepath)

A lowercase "L" instead of a p

NEW:
local_public_ip=$(jq -c '.interface.externalIp' $data_filepath)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions