Browse Source

added FTP method into the default config notes. (0.39)

pull/41/head
srvrco 10 years ago
parent
commit
493145020a
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      getssl

+ 1
- 2
getssl View File

@ -85,8 +85,7 @@ _QUIET=0
clean_up() { # Perform pre-exit housekeeping
umask "$ORIG_UMASK"
if [ ! -z "$DOMAIN_DIR" ]; then
a=1
# rm -rf "${TEMP_DIR:?}"
rm -rf "${TEMP_DIR:?}"
fi
if [[ $VALIDATE_VIA_DNS == "true" ]]; then
if [[ ! -z "$DNS_DEL_COMMAND" ]]; then


Loading…
Cancel
Save