update 2022-06-19 23:40:23

This commit is contained in:
github-actions[bot] 2022-06-19 23:40:23 +08:00
parent c617490871
commit 0f65478891
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ local system_version = require "luci.model.cbi.gpsysupgrade.sysupgrade".get_syst
message.style.display = '';
label.innerHTML = '<%:Upgrade successful, Waiting for device...%>';
var opts = "-u";
var opts = "";
if (!kconfig.checked){
opts = "-n";
}