Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
normalize path on start
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Jan 10, 2017
1 parent 2557b81 commit 782844c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/storjshare-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!storjshare_start.config) {
}

const configPath = path.isAbsolute(storjshare_start.config) ?
storjshare_start.config :
path.normalize(storjshare_start.config) :
path.join(process.cwd(), storjshare_start.config);
const sock = dnode.connect(config.daemonRpcPort);

Expand Down

0 comments on commit 782844c

Please sign in to comment.