mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
#3273 fix pid path in --mini-list
This commit is contained in:
parent
1346e506a8
commit
83f899d2c0
@ -34,7 +34,7 @@ UX.miniDisplay = function(list) {
|
||||
console.log('memory usage : %s', l.monit ? UX.bytesToSize(l.monit.memory, 3) : '');
|
||||
console.log('error log : %s', l.pm2_env.pm_err_log_path);
|
||||
console.log('watching : %s', l.pm2_env.watch ? 'yes' : 'no');
|
||||
console.log('PID file : %s\n', [l.pm2_env.pm_pid_path, l.pm_id, '.pid'].join(''));
|
||||
console.log('PID file : %s\n', l.pm2_env.pm_pid_path);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user