This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Merge
6a49cb9218
into
0e802e7c2c
pull/865/merge
hinmanjp
4 months ago
committed by
GitHub
parent
0e802e7c2c
6a49cb9218
commit
93ab2e7a42
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
getssl
+ 5
- 0
getssl
View File
@ -3171,6 +3171,11 @@ fi
# Main logic
# 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 the current OS, so the correct functions can be used for that OS. (sets the variable os)
get_os
get_os
Write
Preview
Loading…
Cancel
Save