diff --git a/scripts/backup b/scripts/backup index a206f1e..2eae222 100644 --- a/scripts/backup +++ b/scripts/backup @@ -43,7 +43,6 @@ ynh_backup "/usr/local/bin/ipv6_expanded" ynh_backup "/usr/local/bin/ipv6_compressed" ynh_backup "/usr/local/bin/$service_name-loadcubefile.sh" -ynh_backup "/etc/yunohost/hooks.d/post_iptable_rules/90-vpnclient" ynh_backup "/etc/yunohost/hooks.d/90-vpnclient" ynh_backup "/etc/openvpn/client.conf.tpl" diff --git a/scripts/restore b/scripts/restore index 00d3b26..2dec1a3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -60,7 +60,6 @@ ynh_restore_file "/usr/local/bin/ipv6_expanded" ynh_restore_file "/usr/local/bin/ipv6_compressed" ynh_restore_file "/usr/local/bin/$service_name-loadcubefile.sh" -ynh_restore_file "/etc/yunohost/hooks.d/post_iptable_rules/90-vpnclient" ynh_restore_file "/etc/yunohost/hooks.d/90-vpnclient" ynh_restore_file "/etc/openvpn/client.conf.tpl"