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
correcting typo
pull/36/head
srvrco
10 years ago
parent
64460e13f7
commit
936ac4187c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
getssl
+ 1
- 1
getssl
View File
@ -75,7 +75,7 @@ _FORCE_RENEW=0
_QUIET=0
clean_up() { # Perform pre-exit housekeeping
umask
=$ORIG_UMASK
umask
"$ORIG_UMASK"
if [ ! -z "$DOMAIN_DIR" ]; then
rm -rf "${TEMP_DIR:?}"
fi
Write
Preview
Loading…
Cancel
Save