git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3fe51f3
)
luci-app-ddns: fix syntax error
author
Andy Chiang
<redacted>
Thu, 28 May 2026 15:03:16 +0000
(22:03 +0700)
committer
Paul Donald
<redacted>
Thu, 28 May 2026 17:30:40 +0000
(20:30 +0300)
fix syntax error
Signed-off-by: Andy Chiang <redacted>
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
b/applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
index c7b5a38b02cf512e95a9873873ab26506a62c0eb..d7b0af2f1259e4b297d864c44b1222cb39e1fcbb 100644
(file)
--- a/
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
+++ b/
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
@@
-228,7
+228,7
@@
const methods = {
const hasWget = () => {
return cache.has_wget ??= hasCommand('wget');
- }
+ }
;
const hasWgetSsl = () => {
return cache.has_wgetssl ??= hasWget() && system(`wget 2>&1 | grep -iqF 'https'`) == 0 ? true : false;
git clone https://git.99rst.org/PROJECT