* -> @
This commit is contained in:
parent
a751783e73
commit
464ee6086a
|
@ -40,7 +40,7 @@ get_ip() {
|
|||
shift
|
||||
done
|
||||
|
||||
eval "curl ${ARGS[*]} -fsSL 'https://ifconfig.co/json$IP' \
|
||||
eval "curl ${ARGS[@]} -fsSL 'https://ifconfig.co/json$IP' \
|
||||
$( (( ${+commands[jq]} )) && echo "| jq" )"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue