Skip to content

Commit

Permalink
msd_lite: flush network cache before fetching ifname
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Jul 10, 2023
1 parent 08835e8 commit 1dffa57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/msd_lite/files/msd_lite.init
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ start_instance() {

if [ -n "$network" ]; then
while [ "$seconds" -le 10 ]; do
network_flush_cache
network_get_device interface "$network"
if [ -n "$interface" ]; then
break
Expand Down

0 comments on commit 1dffa57

Please sign in to comment.