Merge "Remove ineffective assignment in subcommand"
This commit is contained in:
commit
4f9a469d9c
@ -200,7 +200,7 @@ function wait_for_neutron_agents {
|
||||
(
|
||||
source "$CONFIG_DIR/admin-openstackrc.sh"
|
||||
neutron agent-list | sort > "$agent_list"
|
||||
local out=$(grep " :-) " "$agent_list" || rc=$?)
|
||||
local out=$(grep " :-) " "$agent_list")
|
||||
if [ -n "$out" ]; then
|
||||
echo
|
||||
echo "$out"
|
||||
|
Loading…
x
Reference in New Issue
Block a user