Corrected Relative File path

Corrected Relative File path
This commit is contained in:
ShahanaFarooqui 2019-01-01 15:47:32 -05:00
parent f1941df0b6
commit 08cdedfaee

View file

@ -1,11 +1,12 @@
var fs = require('fs');
var clArgs = require('optimist').argv;
var ini = require('ini');
var file_path = './RTL.conf';
var common = require('./common');
var upperCase = require('upper-case');
var path = require('path');
var macaroonPath = '';
var options = {};
var file_path = path.normalize(__dirname) + '/RTL.conf';
var defaultConfig = {
authentication: {