Skip to content

Commit bc9fc8a

Browse files
eak12913yorinasub17
authored andcommitted
Added one more echo - just to experiment as I'm still seeing sporadic failures when there should be none.
1 parent f8164e3 commit bc9fc8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/bash-commons/src/dynamic-ubuntu-wait.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ set -e
2525
echo "Dynamically waiting for ubuntu's automatic update mechanism to let go of locks..."
2626

2727
while sudo fuser /var/lib/dpkg/lock >/dev/null 2>&1; do sleep 1; echo 'waiting'; done
28-
while sudo fuser /var/lib/apt/lists/lock >/dev/null 2>&1; do sleep 1; echo 'still waiting'; done
28+
while sudo fuser /var/lib/apt/lists/lock >/dev/null 2>&1; do sleep 1; echo 'still waiting'; done
29+
30+
echo "All locks should have been released..."

0 commit comments

Comments
 (0)