mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 01:13:09 +01:00
[fix] Correct signal naming
This commit is contained in:
@@ -485,7 +485,7 @@ fi
|
||||
|
||||
|
||||
# Exit parent script if
|
||||
trap 'catch $? $LINENO' SIGSOKILL
|
||||
trap 'catch $? $LINENO' SIGUSR1
|
||||
|
||||
catch() {
|
||||
if [ "$1" != 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user