mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
fix
This commit is contained in:
parent
f6b1999a34
commit
5c78e92d7e
2 changed files with 4 additions and 4 deletions
|
@ -45,6 +45,6 @@ For calendar, task and addressbook activeSync has been configured but not yet te
|
||||||
**Get Address is missing domain while to try to send an email.**
|
**Get Address is missing domain while to try to send an email.**
|
||||||
|
|
||||||
- You need to create an identity before send an email.
|
- You need to create an identity before send an email.
|
||||||
- To create this go in the settings wheel > Preferences > Global Preferences > Personal Information.
|
- To create this, go in the settings wheel > Preferences > Global Preferences > Personal Information.
|
||||||
- Complete the form and save it.
|
- Complete the form and save it.
|
||||||
- You might be able to send an email now.
|
- You should be able to send an email now.
|
||||||
|
|
|
@ -70,9 +70,9 @@ chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PHP-FPM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring PHP-FPM..." --weight=1
|
ynh_script_progression --message="Adding system configurations related to $app..." --weight=1
|
||||||
|
|
||||||
# Create a dedicated PHP-FPM config
|
# Create a dedicated PHP-FPM config
|
||||||
ynh_add_fpm_config
|
ynh_add_fpm_config
|
||||||
|
|
Loading…
Reference in a new issue