diff --git a/agents/meshinstall-linux.js b/agents/meshinstall-linux.js index 1ea54368..cbc5dca3 100644 --- a/agents/meshinstall-linux.js +++ b/agents/meshinstall-linux.js @@ -64,7 +64,7 @@ else if (translation[lang.split('-')[0]] == null) { console.log('Language: ' + lang + ' is not translated.'); - console.log("try: './meshcentral -lang=en' for English"); + console.log("try: './"+ process.execPath.split('/').pop() + " -lang=en' for English"); console.log("See the agent-translations.json file for a list of current languages that are implemented.") process.exit(); }