mirror of
https://github.com/openwrt/packages.git
synced 2025-12-16 23:51:18 +00:00
Merge pull request #17617 from hgl/ddns-cloudflare
ddns-scripts-cloudflare: fix shell conditional
This commit is contained in:
@@ -134,7 +134,7 @@ else
|
||||
fi
|
||||
__PRGBASE="$__PRGBASE --header 'Content-Type: application/json' "
|
||||
|
||||
if [ -n "$zone_id"]; then
|
||||
if [ -n "$zone_id" ]; then
|
||||
__ZONEID="$zone_id"
|
||||
else
|
||||
# read zone id for registered domain.TLD
|
||||
|
||||
Reference in New Issue
Block a user