MAJOR: Updates for Authenticated Web UI and CLI #30

Open
coolaj86 wants to merge 77 commits from next into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6c9d13f155 - Show all commits

View File

@ -95,7 +95,7 @@ module.exports.create = function (state) {
fn(err); fn(err);
return; return;
} }
require('../usr/share/install-launcher.js').install({ env: process.env }, function (err) { require('../../usr/share/install-launcher.js').install({ env: process.env }, function (err) {
if (err) { fn(err); return; } if (err) { fn(err); return; }
opts._taketwo = true; opts._taketwo = true;
setTimeout(function () { setTimeout(function () {