mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Update upgrade
This commit is contained in:
parent
8941854c83
commit
aebd308481
1 changed files with 10 additions and 4 deletions
|
@ -99,14 +99,20 @@ fi
|
|||
# STANDARD MODIFICATIONS
|
||||
#=================================================
|
||||
|
||||
# INSTALL DEPENDENCIES
|
||||
ynh_script_progression --message="Upgrading dependencies..."
|
||||
install_dependance
|
||||
#=================================================
|
||||
# UPGRADE DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Upgrading dependencies..." --time --weight=1
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
#=================================================
|
||||
# UPDATE A CONFIG FILE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring application..."
|
||||
|
||||
# Configure SOGO
|
||||
ynh_add_config --template="sogo.conf" --destination="/etc/$app/sogo.conf"
|
||||
ynh_add_config --template="../conf/sogo.conf" --destination="/etc/$app/sogo.conf"
|
||||
|
||||
# Configure stunnel
|
||||
config_stunnel
|
||||
|
|
Loading…
Reference in a new issue