From af62e648529e63ce72e95dde9ba1f74573aac769 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 28 Dec 2020 14:40:17 -0500 Subject: [PATCH] [fix] Message changes --- salt/common/tools/sbin/so-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-common b/salt/common/tools/sbin/so-common index 270d538b9..8c13a8d2d 100755 --- a/salt/common/tools/sbin/so-common +++ b/salt/common/tools/sbin/so-common @@ -146,7 +146,7 @@ wait_for_apt() { local retry_count=30 local retry_timeout='10s' - local lock_msg="Could not acquire lock, waiting $retry_timeout for lock to release." + local lock_msg="Could not acquire dpkg lock, waiting $retry_timeout for lock to release." if [ -z "$progress_callback" ]; then if [ -z "$progress_bar_text" ]; then local old_text="Installing..."