Skip to content

Commit

Permalink
fix: #3896 update file path if we are reading the backup file
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Sep 18, 2018
1 parent 624f98f commit e8ed1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/Startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ module.exports = function(CLI) {
var processes;

function readDumpFile(dumpFilePath) {
Common.printOut(cst.PREFIX_MSG + 'Restoring processes located in %s', cst.DUMP_FILE_PATH);
Common.printOut(cst.PREFIX_MSG + 'Restoring processes located in %s', dumpFilePath);
try {
var apps = fs.readFileSync(dumpFilePath);
} catch (e) {
Expand Down

0 comments on commit e8ed1e5

Please sign in to comment.