Fix install as $app

This commit is contained in:
yalh76 2019-01-30 17:10:27 +01:00
parent 8ac2881167
commit 25470c40b6

View File

@ -174,7 +174,7 @@ ynh_system_user_create $app
chown -R $app: $final_path
pushd $final_path
ynh_use_nodejs
sudo -u "$app" ynh_use_nodejs
sudo -u "$app" npm install "graphql@^0.13.1"
sudo -u "$app" npm install "acorn@^6.0.0"
sudo -u "$app" npm install "babel-core@>=6.0.20"