mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
More Travis issues !!!
This commit is contained in:
parent
62e7d904b4
commit
ff60dc4d24
@ -36,6 +36,14 @@ 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
|
||||||
|
DOMAIN_CONF=""
|
||||||
|
fi
|
||||||
|
if [ ! -f "$DOMAIN_CONF" ]; then
|
||||||
|
_err "$DOMAIN_CONF does not exist."
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
. "$DOMAIN_CONF"
|
. "$DOMAIN_CONF"
|
||||||
|
|
||||||
_debug _cdomain "$_cdomain"
|
_debug _cdomain "$_cdomain"
|
||||||
|
Loading…
Reference in New Issue
Block a user