Fix the path to an enabled folder in plugin.sh
Change-Id: Ifd4f1d2883203dde2ebf2e5d2a05607567e9801b Closes-bug: #1621680
This commit is contained in:
parent
dc15e9d0d8
commit
6937c5e3b0
@ -15,7 +15,7 @@ function install_zun_ui {
|
||||
}
|
||||
|
||||
function configure_zun_ui {
|
||||
cp -a ${HIGGINS_UI_DIR}/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/
|
||||
cp -a ${HIGGINS_UI_DIR}/zun_ui/enabled/* ${DEST}/horizon/openstack_dashboard/local/enabled/
|
||||
# NOTE: If locale directory does not exist, compilemessages will fail,
|
||||
# so check for an existence of locale directory is required.
|
||||
if [ -d ${HIGGINS_UI_DIR}/zun_ui/locale ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user