mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openfortivpn: improve logging
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
This commit is contained in:
@@ -21,7 +21,7 @@ trap_with_arg() {
|
||||
}
|
||||
|
||||
func_trap() {
|
||||
logger "openfortivpn-wrapper[$$]" "sending signal ${1}"
|
||||
logger "openfortivpn-wrapper[$$]" "$config: sending signal ${1}"
|
||||
killed=1
|
||||
kill -${1} $child 2>/dev/null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user