revert Last commit, Commited to wrong branch

revert CT: Using NodeJS  fixed pm2 permissions
This commit is contained in:
2023-01-29 15:33:17 +01:00
parent 7567cfbf0f
commit 4bda499314

View File

@@ -639,7 +639,6 @@ actions:
#!/bin/sh
#Install pm2
npm install -g pm2
chown -R root:root /usr/local/lib/node_modules/pm2/node_module
#Add NodeJS `node` service user
addgroup node
adduser -S -s /bin/ash -h /home/node -D -G node node