Skip to content

Commit

Permalink
Fixing #169 race condition or the copy operation wasn't completed and…
Browse files Browse the repository at this point in the history
… disk couldn't be unmounted
  • Loading branch information
xunholy committed Apr 1, 2020
1 parent 29f1779 commit 645e847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ if [ -f "${boot}/occidentalis.txt" ]; then
fi

echo "Unmounting ${disk} ..."
sleep 1
sleep 5

set +e
detach "${disk}"
Expand Down

0 comments on commit 645e847

Please sign in to comment.