From dfaa63343a09ef8e80378b1c3b4b5859d113e8f3 Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Thu, 18 Jun 2020 13:19:33 +0200 Subject: [PATCH] M #-: Install configs also to /usr/share/one/conf (#13) (cherry picked from commit 2573eab515fd8c48b232df3498c7dbc1e86196f4) --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d0459c3912..19bb7e480a 100755 --- a/install.sh +++ b/install.sh @@ -236,7 +236,8 @@ SHARE_DIRS="$SHARE_LOCATION/examples \ $SHARE_LOCATION/schemas \ $SHARE_LOCATION/schemas/libvirt \ $SHARE_LOCATION/ssh \ - $SHARE_LOCATION/start-scripts" + $SHARE_LOCATION/start-scripts \ + $SHARE_LOCATION/conf" ETC_DIRS="$ETC_LOCATION/vmm_exec \ $ETC_LOCATION/hm \ @@ -785,6 +786,7 @@ INSTALL_DOCKER_MACHINE_FILES=( INSTALL_ETC_FILES=( ETC_FILES:$ETC_LOCATION + ETC_FILES:$SHARE_LOCATION/conf EC2_ETC_FILES:$ETC_LOCATION VCENTER_ETC_FILES:$ETC_LOCATION AZ_ETC_FILES:$ETC_LOCATION