From 0239faa3f6ce06198f4901c618a42bec90353356 Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Wed, 2 Oct 2019 09:36:29 -0500 Subject: [PATCH] B #3189: rename lxd_clean --- install.sh | 2 +- share/examples/network_hooks/{lxd_clean.rb => 99-lxd_clean.rb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename share/examples/network_hooks/{lxd_clean.rb => 99-lxd_clean.rb} (100%) diff --git a/install.sh b/install.sh index b396ad685df..310f8961a31 100755 --- a/install.sh +++ b/install.sh @@ -1665,7 +1665,7 @@ EXAMPLE_HOST_HOOKS_SHARE_FILES="share/examples/host_hooks/error_hook" # LXD network issues vnm hook patches #------------------------------------------------------------------------------- -LXD_NETWORK_HOOKS="share/examples/network_hooks/lxd_clean.rb" +LXD_NETWORK_HOOKS="share/examples/network_hooks/99-lxd_clean.rb" #------------------------------------------------------------------------------- # Files required to interact with the websockify server diff --git a/share/examples/network_hooks/lxd_clean.rb b/share/examples/network_hooks/99-lxd_clean.rb similarity index 100% rename from share/examples/network_hooks/lxd_clean.rb rename to share/examples/network_hooks/99-lxd_clean.rb