Update include_exclude_files.md

This commit is contained in:
Khrys42 2021-08-13 18:04:05 +02:00 committed by GitHub
parent 54dff8e651
commit 8e6277c6bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"