mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix indentation
This commit is contained in:
parent
5dde802494
commit
1f8a57b415
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ source ./_common.sh
|
|||
source /usr/share/yunohost/helpers
|
||||
|
||||
ynh_app_config_apply() {
|
||||
_ynh_app_config_apply
|
||||
configure_nginx
|
||||
configure_synapse
|
||||
set_permissions
|
||||
_ynh_app_config_apply
|
||||
configure_nginx
|
||||
configure_synapse
|
||||
set_permissions
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue