Browse Source

Merge 6a49cb9218 into 0e802e7c2c

pull/865/merge
hinmanjp 4 months ago
committed by GitHub
parent
commit
93ab2e7a42
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      getssl

+ 5
- 0
getssl View File

@ -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


Loading…
Cancel
Save