diff --git a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md index 0e2eff50..aa9db714 100644 --- a/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md +++ b/pages/01.administrate/07.specific_use_cases/05.backups/05.include_exclude_files/include_exclude_files.md @@ -75,7 +75,7 @@ ynh_restore_dest (){ ynh_abort_if_errors # 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_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" # 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_restore_dest "conf/custom/samba"