mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04: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:
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ddns-scripts
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=47
|
||||
PKG_RELEASE:=48
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
|
||||
@@ -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