Browse Source

fix copy command

pull/443/head
cbdweb 6 years ago
parent
commit
254214bd8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      getssl

+ 1
- 1
getssl View File

@ -1286,7 +1286,7 @@ usage() { # echos out the program usage
write_domain_template() { # write out a template file for a domain. write_domain_template() { # write out a template file for a domain.
if [[ -s "$WORKING_DIR/getssl_default.cfg" ]]; then if [[ -s "$WORKING_DIR/getssl_default.cfg" ]]; then
cp "$1" $WORKING_DIR/getssl_default.cfg
cp $WORKING_DIR/getssl_default.cfg "$1"
else else
cat > "$1" <<- _EOF_domain_ cat > "$1" <<- _EOF_domain_
# Uncomment and modify any variables you need # Uncomment and modify any variables you need


Loading…
Cancel
Save