Skip to content

Commit

Permalink
osfv_cli/monitoring/zabbix: script cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Dawid Lesiak <[email protected]>
  • Loading branch information
dawidlesiak committed May 27, 2024
1 parent e61f02a commit 8f0ad67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ probe_flash() {
while IFS= read -r ip || [ -n "$ip" ]; do
if check_snipeit "$ip"; then
echo "$ip found in snipeit list_used"
echo "$ip" >> "$output_used"
# echo "$ip" >> "$output_used"
else
echo "$ip not found in snipeit list_used, probing flash..."
probe_flash "$ip"
Expand Down

0 comments on commit 8f0ad67

Please sign in to comment.