luci: diag: Disable show recommendations

This commit is contained in:
remittor
2026-02-13 14:58:33 +03:00
parent 61924fd3ea
commit 243e83444b

View File

@@ -43,7 +43,7 @@ return baseclass.extend({
if (dns_ip && dns_ip != 'default') {
cmd.push(...[ '-d', dns_ip.trim() ]);
}
cmd.push('-R'); // show recommendations
//cmd.push('-R'); // show recommendations
return tools.execAndRead({
cmd: cmd,
log: '/tmp/'+tools.appName+'_dwc.log',