Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -6,7 +6,7 @@ const fs = require('fs');
6 6 fs.writeFileSync('pid.txt', process.pid);
7 7  
8 8 const config = require('komodo-sdk/config');
9   -process.title = `KOMODO-${(config && typeof config.name === 'string') ? config.name.toUpperCase() : 'SMS'}`;
  9 +process.title = `KOMODO-CENTER@${(config && typeof config.name === 'string') ? config.name.toUpperCase() : 'SMS'}`;
10 10  
11 11  
12 12 require('./lib/transport');
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.2",
  3 + "version": "0.9.3",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-center-sms",
3   - "version": "0.9.2",
  3 + "version": "0.9.3",
4 4 "description": "SMS center for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {