mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Update install
This commit is contained in:
parent
b523618eee
commit
ec21bef0c4
1 changed files with 4 additions and 1 deletions
|
@ -82,11 +82,14 @@ db_user=$db_name
|
|||
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
|
||||
ynh_mysql_setup_db --db_user=$db_user --db_name=$db_name
|
||||
|
||||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring application..." --weight=3
|
||||
|
||||
# Configure SOGO
|
||||
mkdir -p /etc/$app
|
||||
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
|
||||
# To fix the issue https://sogo.nu/bugs/view.php?id=31 we need stunnel to be able to connect correctly to the smtp server
|
||||
|
|
Loading…
Add table
Reference in a new issue