Browse Source

change ipv6 hook priority

HgO 1 year ago
parent
commit
abbe0a1668

conf/scripts/route-down.d/20-unset-ipv6 → conf/scripts/route-down.d/40-unset-ipv6


conf/scripts/route-up.d/20-set-ipv6 → conf/scripts/route-up.d/40-set-ipv6


+ 2 - 2
scripts/_common.sh

@@ -40,8 +40,8 @@ function vpnclient_deploy_files_and_services()
   mkdir -pm 0775 /etc/openvpn/scripts/route-up.d
   mkdir -pm 0775 /etc/openvpn/scripts/route-down.d
   install -b -o root -g root -m 0755 ../conf/scripts/run-parts.sh /etc/openvpn/scripts/run-parts.sh
-  install -b -o root -g root -m 0755 ../conf/scripts/route-up.d/20-set-ipv6 /etc/openvpn/scripts/route-up.d/20-set-ipv6
-  install -b -o root -g root -m 0755 ../conf/scripts/route-down.d/20-unset-ipv6 /etc/openvpn/scripts/route-down.d/20-unset-ipv6
+  install -b -o root -g root -m 0755 ../conf/scripts/route-up.d/40-set-ipv6 /etc/openvpn/scripts/route-up.d/40-set-ipv6
+  install -b -o root -g root -m 0755 ../conf/scripts/route-down.d/40-unset-ipv6 /etc/openvpn/scripts/route-down.d/40-unset-ipv6
 
   #=================================================
 

+ 2 - 2
scripts/backup

@@ -39,8 +39,8 @@ ynh_backup --src_path="/etc/openvpn/client.conf" --not_mandatory
 ynh_backup --src_path="/etc/openvpn/client.cube" --not_mandatory
 ynh_backup --src_path="/etc/openvpn/client.ovpn" --not_mandatory
 
-ynh_backup --src_path="/etc/openvpn/scripts/route-up.d/20-set-ipv6"
-ynh_backup --src_path="/etc/openvpn/scripts/route-down.d/20-unset-ipv6"
+ynh_backup --src_path="/etc/openvpn/scripts/route-up.d/40-set-ipv6"
+ynh_backup --src_path="/etc/openvpn/scripts/route-down.d/40-unset-ipv6"
 
 ynh_backup --src_path="/etc/openvpn/keys/"
 ynh_backup --src_path="/etc/openvpn/scripts/run-parts.sh"

+ 2 - 2
scripts/remove

@@ -68,8 +68,8 @@ ynh_secure_remove /etc/openvpn/client.ovpn
 
 # Remove openvpn script
 ynh_secure_remove /etc/openvpn/scripts/run-parts.sh
-ynh_secure_remove "/etc/openvpn/scripts/route-up.d/20-set-ipv6"
-ynh_secure_remove "/etc/openvpn/scripts/route-down.d/20-unset-ipv6"
+ynh_secure_remove "/etc/openvpn/scripts/route-up.d/40-set-ipv6"
+ynh_secure_remove "/etc/openvpn/scripts/route-down.d/40-unset-ipv6"
 
 # Remove YunoHost hook
 ynh_secure_remove /etc/yunohost/hooks.d/90-vpnclient.tpl

+ 2 - 2
scripts/restore

@@ -37,8 +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
 
-ynh_restore_file --origin_path="/etc/openvpn/scripts/route-up.d/20-set-ipv6"
-ynh_restore_file --origin_path="/etc/openvpn/scripts/route-down.d/20-unset-ipv6"
+ynh_restore_file --origin_path="/etc/openvpn/scripts/route-up.d/40-set-ipv6"
+ynh_restore_file --origin_path="/etc/openvpn/scripts/route-down.d/40-unset-ipv6"
 
 ynh_restore_file --origin_path="/etc/openvpn/keys/"
 ynh_restore_file --origin_path="/etc/openvpn/scripts/run-parts.sh"