fix bash8 indent problems in lib/neutron and friends
Change-Id: Ia83ce84b792494800fbfe7baa6423c8de9260014
This commit is contained in:
parent
537d4025c5
commit
3bdb922c40
@ -79,8 +79,8 @@ NEUTRON_AUTH_CACHE_DIR=${NEUTRON_AUTH_CACHE_DIR:-/var/cache/neutron}
|
||||
# Support entry points installation of console scripts
|
||||
if [[ -d $NEUTRON_DIR/bin/neutron-server ]]; then
|
||||
NEUTRON_BIN_DIR=$NEUTRON_DIR/bin
|
||||
else
|
||||
NEUTRON_BIN_DIR=$(get_python_exec_prefix)
|
||||
else
|
||||
NEUTRON_BIN_DIR=$(get_python_exec_prefix)
|
||||
fi
|
||||
|
||||
NEUTRON_CONF_DIR=/etc/neutron
|
||||
|
Loading…
Reference in New Issue
Block a user