mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-04 06:52:37 +09:00 
			
		
		
		
	Fix spelling
This commit is contained in:
		@@ -252,7 +252,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then
 | 
				
			|||||||
    if [[ "${DNSPLUGIN}" =~ ^(route53|standalone)$ ]]; then
 | 
					    if [[ "${DNSPLUGIN}" =~ ^(route53|standalone)$ ]]; then
 | 
				
			||||||
        DNSCREDENTIALSPARAM=""
 | 
					        DNSCREDENTIALSPARAM=""
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    # plugins that don't support setting propogation
 | 
					    # plugins that don't support setting propagation
 | 
				
			||||||
    if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|standalone)$ ]]; then
 | 
					    if [[ "${DNSPLUGIN}" =~ ^(azure|gandi|standalone)$ ]]; then
 | 
				
			||||||
        if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
 | 
					        if [[ -n "${PROPAGATION}" ]]; then echo "${DNSPLUGIN} dns plugin does not support setting propagation time"; fi
 | 
				
			||||||
        PROPAGATIONPARAM=""
 | 
					        PROPAGATIONPARAM=""
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user