mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update include_exclude_files.md
This commit is contained in:
parent
54dff8e651
commit
8e6277c6bc
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ ynh_restore_dest (){
|
||||||
ynh_abort_if_errors
|
ynh_abort_if_errors
|
||||||
|
|
||||||
# Openvpn
|
# Openvpn
|
||||||
app="custom_openvpn" # Cette variable est importante pour le helper suivant
|
app="custom_openvpn" # This variable is important for the following helper
|
||||||
ynh_install_app_dependencies "openvpn openvpn-auth-ldap samba"
|
ynh_install_app_dependencies "openvpn openvpn-auth-ldap samba"
|
||||||
|
|
||||||
ynh_restore_dest "conf/custom/openvpn"
|
ynh_restore_dest "conf/custom/openvpn"
|
||||||
|
@ -85,7 +85,7 @@ ynh_restore_file "/etc/fail2ban/jail.d/openvpn.conf"
|
||||||
ynh_restore_file "/etc/fail2ban/filter.d/openvpn.conf"
|
ynh_restore_file "/etc/fail2ban/filter.d/openvpn.conf"
|
||||||
|
|
||||||
# Samba
|
# Samba
|
||||||
app="custom_samba" # Cette variable est importante pour le helper suivant
|
app="custom_samba" # This variable is important for the following helper
|
||||||
ynh_install_app_dependencies "samba"
|
ynh_install_app_dependencies "samba"
|
||||||
|
|
||||||
ynh_restore_dest "conf/custom/samba"
|
ynh_restore_dest "conf/custom/samba"
|
||||||
|
|
Loading…
Add table
Reference in a new issue