mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed meshcore cleanup .bat file.
This commit is contained in:
parent
ae35dfeee9
commit
2b3025716a
2 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,7 @@ function getCoreTranslation()
|
|||
if (coretranslations[lang] == null) { lang = 'en'; }
|
||||
if (coretranslations[lang] != null) { ret = coretranslations[lang]; }
|
||||
}
|
||||
catch (x)
|
||||
{ }
|
||||
catch (ex) { }
|
||||
}
|
||||
|
||||
setDefaultCoreTranslation(ret, 'allow', 'Allow');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue