ddns-scripts: fix update_porkbun_v3 shell syntax
authorFlorian Eckert <redacted>
Wed, 25 Sep 2024 14:35:57 +0000 (16:35 +0200)
committerFlorian Eckert <redacted>
Wed, 25 Sep 2024 14:36:22 +0000 (16:36 +0200)
The closing bracket was forgotten in a function.

Signed-off-by: Florian Eckert <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/update_porkbun_v3.sh

index 103130558d3305924962a2c1d34082ec42bbf306..0561f995848c28d67059f861ba7eb29d5f5b9a77 100644 (file)
@@ -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
 
index 037a4aa6e7abcfe34bbe003724732a7754a6e66c..f1824d9d5be65ad6b5a76ee7bcae51ce12f1e3e7 100644 (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() {
git clone https://git.99rst.org/PROJECT