From 1a6f5bd51165209b6a4bd289efa1beb764222d88 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 6 Apr 2017 18:48:57 +0200
Subject: [PATCH] =?UTF-8?q?[fix]=C2=A0duniter=20desktop=20could=20not=20st?=
 =?UTF-8?q?art?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index e4afe54..35859e5 100644
--- a/index.js
+++ b/index.js
@@ -11,7 +11,7 @@ const webminController = require('./server/controller/webmin.js');
 
 // Inject 'webstart' command if no argument was given
 if (process.argv.length === 2) {
-  process.argv.push('webstart');
+  process.argv.push('direct_webstart');
 }
 
 module.exports = {
-- 
GitLab