mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	Trying again.
This commit is contained in:
		
							parent
							
								
									ff60dc4d24
								
							
						
					
					
						commit
						9ab6353d73
					
				@ -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"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user