Skip to content

Commit

Permalink
Update MerlinAU.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremeFiretop authored Apr 7, 2024
1 parent 89dfe18 commit c009a38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MerlinAU.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,6 @@ _GetNodeIPv4List_()
# Print each IP address on a separate line
printf "%s\n" "$ip_addresses"
else
echo "**ERROR**: Unable to extract IP addresses from asus_device_list."
return 1
fi
else
Expand Down Expand Up @@ -2256,7 +2255,6 @@ _NodeActiveStatus_()
# Print each IP address on a separate line
printf "%s\n" "$ip_addresses"
else
echo "**ERROR**: Unable to extract IP addresses from cfg_device_list."
return 1
fi
else
Expand Down

0 comments on commit c009a38

Please sign in to comment.