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:
parent
829d47a0a4
commit
6d67a903bb
1 changed files with 2 additions and 2 deletions
|
@ -116,13 +116,13 @@ 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
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
chown -R $app: $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue