mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
This commit is contained in:
parent
b26823f0f2
commit
a1acbee0f0
@ -44,7 +44,7 @@ Common.prepareAppConf = function(app, outputter) {
|
||||
return new Error('No script path - aborting');
|
||||
|
||||
// Forbidden application name
|
||||
if (app.name.indexOf(['push']) > -1)
|
||||
if (app.name == 'push')
|
||||
return new Error('Push application name is not allowed');
|
||||
|
||||
if (app.automation == false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user