Browse Source

Trying to fix the restore

Kayou 6 years ago
parent
commit
7aaca1167b
2 changed files with 0 additions and 2 deletions
  1. 0 1
      scripts/backup
  2. 0 1
      scripts/restore

+ 0 - 1
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"

+ 0 - 1
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"