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

Attempt to fix -u command that prevented install (#76)

Thanks, I had removed all sudos because the new ynh-lint said sudo is not the preferred wait. but as the --u still was there it must've been faulty.
This commit is contained in:
rosareven 2019-08-02 08:50:34 +01:00 committed by Selamanse
parent 07f0c1b9c9
commit 03fefbb48a

View file

@ -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