From 518f63618665a6b369f4fc66a1c41b66421d63ca Mon Sep 17 00:00:00 2001 From: Alejandro Huertas Herrero Date: Thu, 3 Feb 2022 15:16:08 +0100 Subject: [PATCH] M #-: create elastic pre.d & clean.d (#1750) (cherry picked from commit db5058cc7bc811af303f71bbd23cf8f0d007e0be) --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index f4c551df8f..e7c7f8a0f4 100755 --- a/install.sh +++ b/install.sh @@ -465,6 +465,8 @@ VAR_DIRS="$VAR_LOCATION/remotes \ $VAR_LOCATION/remotes/vnm/vcenter/post.d \ $VAR_LOCATION/remotes/vnm/vcenter/clean.d \ $VAR_LOCATION/remotes/vnm/elastic \ + $VAR_LOCATION/remotes/vnm/elastic/pre.d \ + $VAR_LOCATION/remotes/vnm/elastic/clean.d \ $VAR_LOCATION/remotes/vnm/nodeport\ $VAR_LOCATION/remotes/vnm/hooks/pre \ $VAR_LOCATION/remotes/vnm/hooks/post \