mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	fix for shellcheck warnings
This commit is contained in:
		
							parent
							
								
									158a628c0e
								
							
						
					
					
						commit
						a0311b0134
					
				| @ -31,7 +31,7 @@ dns_lexicon_add() { | |||||||
|   export PROVIDER |   export PROVIDER | ||||||
| 
 | 
 | ||||||
|   Lx_name=$(echo LEXICON_"${PROVIDER}"_USERNAME | tr '[a-z]' '[A-Z]') |   Lx_name=$(echo LEXICON_"${PROVIDER}"_USERNAME | tr '[a-z]' '[A-Z]') | ||||||
|   eval Lx_name_v="\$$Lx_name" |   Lx_name_v=$(eval "echo "\$$Lx_name"") | ||||||
|   _debug "$Lx_name" "$Lx_name_v" |   _debug "$Lx_name" "$Lx_name_v" | ||||||
|   if [ "$Lx_name_v" ]; then |   if [ "$Lx_name_v" ]; then | ||||||
|     _saveaccountconf "$Lx_name" "$Lx_name_v" |     _saveaccountconf "$Lx_name" "$Lx_name_v" | ||||||
| @ -39,7 +39,7 @@ dns_lexicon_add() { | |||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   Lx_token=$(echo LEXICON_"${PROVIDER}"_TOKEN | tr '[a-z]' '[A-Z]') |   Lx_token=$(echo LEXICON_"${PROVIDER}"_TOKEN | tr '[a-z]' '[A-Z]') | ||||||
|   eval Lx_token_v="\$$Lx_token" |   Lx_token_v=$(eval "echo "\$$Lx_token"") | ||||||
|   _debug "$Lx_token" "$Lx_token_v" |   _debug "$Lx_token" "$Lx_token_v" | ||||||
|   if [ "$Lx_token_v" ]; then |   if [ "$Lx_token_v" ]; then | ||||||
|     _saveaccountconf "$Lx_token" "$Lx_token_v" |     _saveaccountconf "$Lx_token" "$Lx_token_v" | ||||||
| @ -47,7 +47,7 @@ dns_lexicon_add() { | |||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   Lx_password=$(echo LEXICON_"${PROVIDER}"_PASSWORD | tr '[a-z]' '[A-Z]') |   Lx_password=$(echo LEXICON_"${PROVIDER}"_PASSWORD | tr '[a-z]' '[A-Z]') | ||||||
|   eval Lx_password_v="\$$Lx_password" |   Lx_password_v=$(eval "echo "\$$Lx_password"") | ||||||
|   _debug "$Lx_password" "$Lx_password_v" |   _debug "$Lx_password" "$Lx_password_v" | ||||||
|   if [ "$Lx_password_v" ]; then |   if [ "$Lx_password_v" ]; then | ||||||
|     _saveaccountconf "$Lx_password" "$Lx_password_v" |     _saveaccountconf "$Lx_password" "$Lx_password_v" | ||||||
| @ -55,7 +55,7 @@ dns_lexicon_add() { | |||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|   Lx_domaintoken=$(echo LEXICON_"${PROVIDER}"_DOMAINTOKEN | tr '[a-z]' '[A-Z]') |   Lx_domaintoken=$(echo LEXICON_"${PROVIDER}"_DOMAINTOKEN | tr '[a-z]' '[A-Z]') | ||||||
|   eval Lx_domaintoken_v="\$$Lx_domaintoken" |   Lx_domaintoken_v=$(eval "echo "\$$Lx_domaintoken"") | ||||||
|   _debug "$Lx_domaintoken" "$Lx_domaintoken_v" |   _debug "$Lx_domaintoken" "$Lx_domaintoken_v" | ||||||
|   if [ "$Lx_domaintoken_v" ]; then |   if [ "$Lx_domaintoken_v" ]; then | ||||||
|     export "$Lx_domaintoken" |     export "$Lx_domaintoken" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user