mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Trying again.
This commit is contained in:
parent
ff60dc4d24
commit
9ab6353d73
@ -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=""
|
. "$DOMAIN_CONF"
|
||||||
fi
|
fi
|
||||||
if [ ! -f "$DOMAIN_CONF" ]; then
|
|
||||||
_err "$DOMAIN_CONF does not exist."
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
. "$DOMAIN_CONF"
|
|
||||||
|
|
||||||
_debug _cdomain "$_cdomain"
|
_debug _cdomain "$_cdomain"
|
||||||
_debug _ckey "$_ckey"
|
_debug _ckey "$_ckey"
|
||||||
|
Loading…
Reference in New Issue
Block a user