Browse Source

remove cp command

pull/443/head
aws02 user 6 years ago
parent
commit
e7d1774b41
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      getssl

+ 0
- 1
getssl View File

@ -1286,7 +1286,6 @@ usage() { # echos out the program usage
write_domain_template() { # write out a template file for a domain.
if [[ -s "$WORKING_DIR/getssl_default.cfg" ]]; then
cp $WORKING_DIR/getssl_default.cfg "$1"
export DOMAIN="$DOMAIN"
export EX_SANS="$EX_SANS"
envsubst < $WORKING_DIR/getssl_default.cfg > "$1"


Loading…
Cancel
Save