Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions getssl
Original file line number Diff line number Diff line change
Expand Up @@ -2963,6 +2963,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

Expand Down