Browse Source

spelling: archive

pull/395/head
Josh Soref 7 years ago
parent
commit
401ba2e305
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -245,7 +245,7 @@ ORIGCMD="$0 $*"
# Define all functions (in alphabetical order)
cert_archive() { # Archive certificate file by copying files to dated archive dir.
debug "creating an achive copy of current new certs"
debug "creating an archive copy of current new certs"
date_time=$(date +%Y_%m_%d_%H_%M)
mkdir -p "${DOMAIN_DIR}/archive/${date_time}"
umask 077


Loading…
Cancel
Save