mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
More Travis issues !!!
This commit is contained in:
@@ -36,6 +36,14 @@ 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=""
|
||||
fi
|
||||
if [ ! -f "$DOMAIN_CONF" ]; then
|
||||
_err "$DOMAIN_CONF does not exist."
|
||||
return 1
|
||||
fi
|
||||
|
||||
. "$DOMAIN_CONF"
|
||||
|
||||
_debug _cdomain "$_cdomain"
|
||||
|
||||
Reference in New Issue
Block a user