From 3c856765ce634eb34b29d92a3a19b4104ea3b236 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Sat, 4 Jun 2022 09:35:31 -0700 Subject: [PATCH] Updated error message, to show correct binary name --- agents/meshinstall-linux.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }