Browse Source

restore everything in hook script dirs

HgO 1 year ago
parent
commit
d6833546ae
1 changed files with 2 additions and 3 deletions
  1. 2 3
      scripts/restore

+ 2 - 3
scripts/restore

@@ -37,9 +37,8 @@ ynh_restore_file --origin_path="/etc/openvpn/client.conf" --not_mandatory
 ynh_restore_file --origin_path="/etc/openvpn/client.cube" --not_mandatory
 ynh_restore_file --origin_path="/etc/openvpn/client.ovpn" --not_mandatory
 
-for FILE in $(ls /etc/openvpn/scripts/route-up.d/*-vpnclient-* /etc/openvpn/scripts/route-down.d/*-vpnclient-*); do
-    ynh_restore_file --origin_path="$FILE"
-done
+ynh_restore_file --origin_path="/etc/openvpn/scripts/route-up.d/"
+ynh_restore_file --origin_path="/etc/openvpn/scripts/route-down.d/"
 
 ynh_restore_file --origin_path="/etc/openvpn/keys/"
 ynh_restore_file --origin_path="/etc/openvpn/scripts/run-parts.sh"