Skip to content

Commit

Permalink
Merge pull request #171 from xUnholy/feature/#169
Browse files Browse the repository at this point in the history
Allow graceful period for all operations to complete before unmounting #169
  • Loading branch information
StefanScherer authored Apr 1, 2020
2 parents 29f1779 + 645e847 commit dc138cb
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 dc138cb

Please sign in to comment.