Skip to content

Commit

Permalink
fix output for whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlfft committed Jul 9, 2023
1 parent 48ab708 commit 700b6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opennic-up
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ log "Using $apiip as API host"

# record my IP in whitelist if my account login parameters have been provided
if [ -n "$user" ] && [ -n "$auth" ]; then
logn "Updating whitelist with IP for user: $user "
log "Updating whitelist with IP for user: $user"
wlapiip=${wlapiip:-"161.97.219.82"}
curl --silent --connect-timeout 60 --insecure "https://$wlapiip/ip/update/?user=$user&auth=$auth" >/dev/null
fi
Expand Down

0 comments on commit 700b6fb

Please sign in to comment.