mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-27 06:33:15 -05:00
Fixed server self-update to latest version
This commit is contained in:
parent
27b0bb4bc6
commit
ce079e673f
@ -9459,7 +9459,7 @@
|
||||
|
||||
function server_showVersionDlgEx(b, tags) {
|
||||
if (Q('d2updateCheck1').checked) { meshserver.send({ action: 'serverupdate', tag: 'stable', version: tags.stable }); }
|
||||
if (Q('d2updateCheck2').checked) { meshserver.send({ action: 'serverupdate' }); } // , tag: 'latest', version: tags.latest
|
||||
if (Q('d2updateCheck2').checked) { meshserver.send({ action: 'serverupdate', tag: 'latest', version: tags.latest }); }
|
||||
}
|
||||
|
||||
function server_showErrorsDlg() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user