[fix] Clarify why dpkg lock is needed

This commit is contained in:
William Wernert
2020-12-28 14:20:37 -05:00
parent 5bd15b91ea
commit a4239d7fe4

View File

@@ -158,7 +158,7 @@ wait_for_apt() {
local count=0
while [[ "$count" -lt "$retry_count" ]]; do
((count++))
echo "Attempting to acquire dpkg lock... (Attempt $count/$retry_count)"
echo "Attempting to acquire dpkg lock to run apt command... (Attempt $count/$retry_count)"
if __check_apt_lock; then
if [[ -z $progress_callback ]]; then
echo " $lock_msg, $retry_msg"