mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-31 05:13:18 +01:00
[fix] Don't repeat fail message on last attempt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user