mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
Fix indent in main(), re-add trap, remove ERR_HANDLED variable
This commit is contained in:
@@ -334,7 +334,6 @@ run_check_net_err() {
|
||||
exit_code=$?
|
||||
|
||||
if [[ $exit_code -ne 0 ]]; then
|
||||
ERR_HANDLED=true
|
||||
echo "Command failed with error $exit_code"
|
||||
echo "$err_msg"
|
||||
exit $exit_code
|
||||
|
||||
Reference in New Issue
Block a user