CT: Fixed path in in pm2 permissions fix
This commit is contained in:
@@ -639,7 +639,7 @@ actions:
|
||||
#!/bin/sh
|
||||
#Install pm2
|
||||
npm install -g pm2
|
||||
chown -R root:root /usr/local/lib/node_modules/pm2/node_module
|
||||
chown -R root:root /usr/local/lib/node_modules/pm2/node_modules
|
||||
#Add NodeJS `node` service user
|
||||
addgroup node
|
||||
adduser -S -s /bin/ash -h /home/node -D -G node node
|
||||
|
||||
Reference in New Issue
Block a user