hinmanjp
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
getssl
|
|
|
@ -3171,6 +3171,11 @@ fi |
|
|
|
# Main logic |
|
|
|
############ |
|
|
|
|
|
|
|
# log results to system log - if the logger utility is in the path |
|
|
|
if [ $(which logger) ] ; then |
|
|
|
exec 1> >(logger -s -t $(basename $0)) 2>&1 |
|
|
|
fi |
|
|
|
|
|
|
|
# Get the current OS, so the correct functions can be used for that OS. (sets the variable os) |
|
|
|
get_os |
|
|
|
|
|
|
|
|