This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ddns-scripts-cloudflare: fix shell conditional
Signed-off-by: Glen Huang <heyhgl@gmail.com>
lilik-openwrt-22.03
Glen Huang
3 years ago
parent
78ef7d7379
commit
aed4dbf349
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/files/usr/lib/ddns/update_cloudflare_com_v4.sh
+ 1
- 1
net/ddns-scripts/files/usr/lib/ddns/update_cloudflare_com_v4.sh
View File
@ -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
Write
Preview
Loading…
Cancel
Save