mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 06:05:53 -05:00
Fixed server self-update to latest version
This commit is contained in:
parent
97b87a64f3
commit
1be9d92a35
@ -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…
Reference in New Issue
Block a user