1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Build during the upgrade...

This commit is contained in:
tituspijean 2021-01-19 20:56:25 +01:00
parent 485c39a49a
commit 9792646e7d

View file

@ -112,9 +112,15 @@ ynh_system_user_create --username=$app
#=================================================
# SPECIFIC UPGRADE
#=================================================
# ...
# BUILDING SOURCES AND SETTING UP THE SERVER
#=================================================
pushd "$final_path" || ynh_die
ynh_script_progression --message="Building the sources (it will take some time)..." --weight=6
# Build the sources
ynh_exec_warn_less ./build.sh
popd || ynh_die
#=================================================
# SETUP SYSTEMD
#=================================================