ddns-scripts: fix update_porkbun_v3 shell syntax

The closing bracket was forgotten in a function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2024-09-25 16:35:57 +02:00
parent 77eedd8c66
commit d9cc0e1cd4
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ function api_call() {
response=$($CURL --data "$2" "$url")
write_log 7 "API response JSON payload: $response"
echo "$response"
}
# Check Porkbun API response status
function json_check_status() {