We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e9fce commit 38a3721Copy full SHA for 38a3721
1 file changed
MerlinAU.sh
@@ -9709,12 +9709,12 @@ _ProcessMeshNodes_()
9709
if [ $# -eq 0 ] || [ -z "$1" ]
9710
then echo "**ERROR** **NO_PARAMS**" ; return 1 ; fi
9711
9712
- uid=1
9713
- if ! node_list="$(_GetNodeIPv4List_)"
9714
- then node_list="" ; fi
9715
-
9716
if "$aiMeshNodes_OK"
9717
then
+ uid=1
+ if ! node_list="$(_GetNodeIPv4List_)"
+ then node_list="" ; fi
+
9718
if [ -n "$node_list" ]
9719
9720
# Iterate over the list of nodes and print information for each node
0 commit comments