mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-04 15:02:38 +09:00 
			
		
		
		
	put netcup in correct order within DNSPLUGIN validation
This commit is contained in:
		@@ -92,7 +92,7 @@ if ! grep -q 'PARAMETERS' "/config/nginx/dhparams.pem"; then
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# check to make sure DNSPLUGIN is selected if dns validation is used
 | 
					# check to make sure DNSPLUGIN is selected if dns validation is used
 | 
				
			||||||
[[ "$VALIDATION" = "dns" ]] && [[ ! "$DNSPLUGIN" =~ ^(aliyun|cloudflare|cloudxns|cpanel|digitalocean|dnsimple|dnsmadeeasy|domeneshop|gandi|google|inwx|linode|luadns|nsone|ovh|rfc2136|route53|transip|netcup)$ ]] && \
 | 
					[[ "$VALIDATION" = "dns" ]] && [[ ! "$DNSPLUGIN" =~ ^(aliyun|cloudflare|cloudxns|cpanel|digitalocean|dnsimple|dnsmadeeasy|domeneshop|gandi|google|inwx|linode|luadns|netcup|nsone|ovh|rfc2136|route53|transip)$ ]] && \
 | 
				
			||||||
  echo "Please set the DNSPLUGIN variable to a valid plugin name. See docker info for more details." && \
 | 
					  echo "Please set the DNSPLUGIN variable to a valid plugin name. See docker info for more details." && \
 | 
				
			||||||
  sleep infinity
 | 
					  sleep infinity
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user