Corrected Relative File path

Corrected Relative File path
pull/47/head
ShahanaFarooqui 5 years ago
parent f1941df0b6
commit 08cdedfaee

@ -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: {

Loading…
Cancel
Save