Skip to content

Commit 38a3721

Browse files
Code cleanup
1 parent e0e9fce commit 38a3721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MerlinAU.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9709,12 +9709,12 @@ _ProcessMeshNodes_()
97099709
if [ $# -eq 0 ] || [ -z "$1" ]
97109710
then echo "**ERROR** **NO_PARAMS**" ; return 1 ; fi
97119711

9712-
uid=1
9713-
if ! node_list="$(_GetNodeIPv4List_)"
9714-
then node_list="" ; fi
9715-
97169712
if "$aiMeshNodes_OK"
97179713
then
9714+
uid=1
9715+
if ! node_list="$(_GetNodeIPv4List_)"
9716+
then node_list="" ; fi
9717+
97189718
if [ -n "$node_list" ]
97199719
then
97209720
# Iterate over the list of nodes and print information for each node

0 commit comments

Comments
 (0)