1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

run npm as user

This commit is contained in:
Clément 2018-04-30 13:00:10 +02:00
parent bf13d9a531
commit a2ccf1fd76

View file

@ -99,7 +99,7 @@ sudo chown -R $serviceuser: $final_path
cd $final_path/programs/server/
sudo npm install --production
sudo -u $serviceuser npm install --production
cd $workdir