We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8164e3 commit bc9fc8aCopy full SHA for bc9fc8a
modules/bash-commons/src/dynamic-ubuntu-wait.sh
@@ -25,4 +25,6 @@ set -e
25
echo "Dynamically waiting for ubuntu's automatic update mechanism to let go of locks..."
26
27
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
+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