diff --git a/scripts/install b/scripts/install index 23f4aad..28e2b9e 100644 --- a/scripts/install +++ b/scripts/install @@ -122,7 +122,7 @@ chown -R $serviceuser: $final_path cd $final_path/programs/server/ --u $serviceuser npm install --production +sudo -u $serviceuser npm install --production cd $workdir