1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Update install

This commit is contained in:
ericgaspar 2021-08-06 21:24:33 +02:00
parent 8fe4423cc2
commit 6f193358ab
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -117,10 +117,11 @@ ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
#============================================== #==============================================
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=40 ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=40
chown -R $app: $final_path
pushd "$final_path" pushd "$final_path"
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less yarn install ynh_exec_warn_less yarn install
chown -R $app:$app $final_path/node_modules
popd popd
#================================================= #=================================================