mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user