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

This commit is contained in:
rosareven 2019-07-01 23:40:11 +12:00 committed by GitHub
parent 07f0c1b9c9
commit 37db74e0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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