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:
parent
07f0c1b9c9
commit
03fefbb48a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue