[fix] Message changes

This commit is contained in:
William Wernert
2020-12-28 14:40:17 -05:00
parent b03408df6b
commit af62e64852

View File

@@ -146,7 +146,7 @@ wait_for_apt() {
local retry_count=30 local retry_count=30
local retry_timeout='10s' 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_callback" ]; then
if [ -z "$progress_bar_text" ]; then if [ -z "$progress_bar_text" ]; then
local old_text="Installing..." local old_text="Installing..."