We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1abf359 + c336b87 commit e2aeab1Copy full SHA for e2aeab1
lib/neutron_plugins/ovn_agent
@@ -558,7 +558,7 @@ function configure_ovn {
558
sample_file=$NEUTRON_DIR/etc/neutron_ovn_metadata_agent.ini.sample
559
config_file=$OVN_META_CONF
560
fi
561
- if [ -n ${config_file} ]; then
+ if [ -n "$config_file" ]; then
562
sudo install -d -o $STACK_USER $NEUTRON_CONF_DIR
563
564
mkdir -p $NEUTRON_DIR/etc/neutron/plugins/ml2
0 commit comments