mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-08 21:24:53 -05:00
Fixed meshcore cleanup .bat file.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user