1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Install configs also to /usr/share/one/conf (#13)

(cherry picked from commit 2573eab515fd8c48b232df3498c7dbc1e86196f4)
This commit is contained in:
Jan Orel 2020-06-18 13:19:33 +02:00 committed by Ruben S. Montero
parent 5986add497
commit dfaa63343a
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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