Trying to fix the restore

This commit is contained in:
Kayou
2019-02-27 22:48:35 +01:00
parent a58a3742b5
commit 7aaca1167b
2 changed files with 0 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ ynh_backup "/usr/local/bin/ipv6_expanded"
ynh_backup "/usr/local/bin/ipv6_compressed" ynh_backup "/usr/local/bin/ipv6_compressed"
ynh_backup "/usr/local/bin/$service_name-loadcubefile.sh" 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/yunohost/hooks.d/90-vpnclient"
ynh_backup "/etc/openvpn/client.conf.tpl" ynh_backup "/etc/openvpn/client.conf.tpl"

View File

@@ -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/ipv6_compressed"
ynh_restore_file "/usr/local/bin/$service_name-loadcubefile.sh" 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/yunohost/hooks.d/90-vpnclient"
ynh_restore_file "/etc/openvpn/client.conf.tpl" ynh_restore_file "/etc/openvpn/client.conf.tpl"