luci-app-ddns: fix syntax error
authorAndy Chiang <redacted>
Thu, 28 May 2026 15:03:16 +0000 (22:03 +0700)
committerPaul 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

index c7b5a38b02cf512e95a9873873ab26506a62c0eb..d7b0af2f1259e4b297d864c44b1222cb39e1fcbb 100644 (file)
@@ -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