mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change retry delay + count
This commit is contained in:
@@ -332,7 +332,7 @@ run_check_net_err() {
|
||||
|
||||
local exit_code
|
||||
if [[ -z $no_retry ]]; then
|
||||
retry 50 10 "$cmd"
|
||||
retry 20 30 "$cmd"
|
||||
exit_code=$?
|
||||
else
|
||||
eval "$cmd"
|
||||
|
||||
Reference in New Issue
Block a user