Trying again.

This commit is contained in:
David Kerr 2017-02-05 15:16:05 -05:00
parent ff60dc4d24
commit 9ab6353d73
1 changed files with 2 additions and 8 deletions

View File

@ -36,15 +36,9 @@ sshdeploy_deploy() {
_homedir="$_homedir/.acme_ssh_deploy"
_backupdir="$_homedir/certs-backup-$(date +%Y%m%d%H%M%S)"
if [ -z "$DOMAIN_CONF" ]; then
DOMAIN_CONF=""
if [ -f "$DOMAIN_CONF" ]; then
. "$DOMAIN_CONF"
fi
if [ ! -f "$DOMAIN_CONF" ]; then
_err "$DOMAIN_CONF does not exist."
return 1
fi
. "$DOMAIN_CONF"
_debug _cdomain "$_cdomain"
_debug _ckey "$_ckey"