Commit 9ab6353d authored by David Kerr's avatar David Kerr
Browse files

Trying again.

parent ff60dc4d
...@@ -36,15 +36,9 @@ sshdeploy_deploy() { ...@@ -36,15 +36,9 @@ sshdeploy_deploy() {
_homedir="$_homedir/.acme_ssh_deploy" _homedir="$_homedir/.acme_ssh_deploy"
_backupdir="$_homedir/certs-backup-$(date +%Y%m%d%H%M%S)" _backupdir="$_homedir/certs-backup-$(date +%Y%m%d%H%M%S)"
if [ -z "$DOMAIN_CONF" ]; then if [ -f "$DOMAIN_CONF" ]; then
DOMAIN_CONF=""
fi
if [ ! -f "$DOMAIN_CONF" ]; then
_err "$DOMAIN_CONF does not exist."
return 1
fi
. "$DOMAIN_CONF" . "$DOMAIN_CONF"
fi
_debug _cdomain "$_cdomain" _debug _cdomain "$_cdomain"
_debug _ckey "$_ckey" _debug _ckey "$_ckey"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment