mirror of
https://github.com/YunoHost-Apps/prosody_ynh.git
synced 2024-09-03 20:15:57 +02:00
Fix #9
This commit is contained in:
parent
2c7808c6df
commit
26a9bd7aba
1 changed files with 10 additions and 7 deletions
|
@ -96,6 +96,8 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
# BUILD PROSODY
|
||||
#=================================================
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression --message="Building Prosody..."
|
||||
|
||||
pushd "$builddir"
|
||||
|
@ -105,6 +107,7 @@ pushd "$builddir"
|
|||
popd
|
||||
|
||||
ynh_secure_remove --file="$builddir"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue