[fix] Don't repeat fail message on last attempt

This commit is contained in:
William Wernert
2020-12-28 14:02:46 -05:00
parent 0dd80a664f
commit 17160dcdbe

View File

@@ -174,7 +174,6 @@ wait_for_apt() {
if __check_apt_lock; then
if [[ -z $progress_callback ]]; then
echo "$lock_msg"
echo "Could not acquire lock after $retry_count attempts, aborting."
fi
return 1