Browse Source

correcting typo

pull/36/head
srvrco 10 years ago
parent
commit
936ac4187c
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save