Skip to content
Snippets Groups Projects
Commit 1a6f5bd5 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] duniter desktop could not start

parent f03c59be
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment