Skip to content

fix: avoid duplicate network wait message in FUM flow#148

Open
WuXieSec wants to merge 1 commit intoDasharo:mainfrom
WuXieSec:fix/network-wait-dup-1219
Open

fix: avoid duplicate network wait message in FUM flow#148
WuXieSec wants to merge 1 commit intoDasharo:mainfrom
WuXieSec:fix/network-wait-dup-1219

Conversation

@WuXieSec
Copy link

@WuXieSec WuXieSec commented Mar 7, 2026

Summary

Removes an extra wait_for_network_connection true call in scripts/dasharo-deploy.sh for FUM startup.

Why

board_config() already performs network readiness handling before downloading board configs. The extra pre-check in FUM path causes duplicate "Waiting for network connection..." messages in close succession.

Change

  • Deleted FUM-only pre-check block in scripts/dasharo-deploy.sh (around startup path)
  • Kept board_config() behavior unchanged (including offline fallback to local files)

Result

  • One network check message in this path instead of duplicate immediate checks
  • No change to download/offline fallback logic

Ref: Dasharo/dasharo-issues#1219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant