Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! mount /usr: Implement try-sleep lo…
Browse files Browse the repository at this point in the history
…op - add time for storage initialisation
  • Loading branch information
pirat89 committed May 3, 2024
1 parent 53af89f commit 6571e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ try_to_mount_usr() {

_sleep_timeout=15
_last_attempt="false"
for i in {0..11}; do
for i in 0 1 2 3 4 5 6 7 8 9 10 11; do
if [ $i -eq 11 ]; then
_last_attempt="true"
fi
Expand Down

0 comments on commit 6571e78

Please sign in to comment.