From 1819cf1a9eef858e643416f5f1123cd214a5ba45 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 29 Jan 2023 15:41:13 +0100 Subject: [PATCH] CT: Fixed path in in pm2 permissions fix --- CT-Build/Alpine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CT-Build/Alpine.yaml b/CT-Build/Alpine.yaml index 9d1c704..55c5165 100644 --- a/CT-Build/Alpine.yaml +++ b/CT-Build/Alpine.yaml @@ -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