mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-04 15:02:38 +09:00 
			
		
		
		
	Reorder
This commit is contained in:
		@@ -61,12 +61,12 @@ fi
 | 
				
			|||||||
# update plugin names in dns conf inis
 | 
					# update plugin names in dns conf inis
 | 
				
			||||||
sed -i 's|^certbot_dns_aliyun:||g' /config/dns-conf/aliyun.ini
 | 
					sed -i 's|^certbot_dns_aliyun:||g' /config/dns-conf/aliyun.ini
 | 
				
			||||||
sed -i 's|^certbot_dns_cpanel:||g' /config/dns-conf/cpanel.ini
 | 
					sed -i 's|^certbot_dns_cpanel:||g' /config/dns-conf/cpanel.ini
 | 
				
			||||||
 | 
					sed -i 's|^dns_cpanel_|cpanel_|g' /config/dns-conf/cpanel.ini
 | 
				
			||||||
 | 
					sed -i 's|^directadmin_|dns_directadmin_|g' /config/dns-conf/directadmin.ini
 | 
				
			||||||
sed -i 's|^certbot_dns_domeneshop:||g' /config/dns-conf/domeneshop.ini
 | 
					sed -i 's|^certbot_dns_domeneshop:||g' /config/dns-conf/domeneshop.ini
 | 
				
			||||||
 | 
					sed -i 's|^certbot_plugin_gandi:dns_|dns_gandi_|g' /config/dns-conf/gandi.ini
 | 
				
			||||||
sed -i 's|^certbot_dns_inwx:||g' /config/dns-conf/inwx.ini
 | 
					sed -i 's|^certbot_dns_inwx:||g' /config/dns-conf/inwx.ini
 | 
				
			||||||
sed -i 's|^certbot_dns_transip:||g' /config/dns-conf/transip.ini
 | 
					sed -i 's|^certbot_dns_transip:||g' /config/dns-conf/transip.ini
 | 
				
			||||||
sed -i 's|^certbot_plugin_gandi:dns_|dns_gandi_|g' /config/dns-conf/gandi.ini
 | 
					 | 
				
			||||||
sed -i 's|^directadmin_|dns_directadmin_|g' /config/dns-conf/directadmin.ini
 | 
					 | 
				
			||||||
sed -i 's|^dns_cpanel_|cpanel_|g' /config/dns-conf/cpanel.ini
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# update plugin names in renewal conf
 | 
					# update plugin names in renewal conf
 | 
				
			||||||
if [[ -f "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf" ]] && [[ "${ORIGVALIDATION}" = "dns" ]]; then
 | 
					if [[ -f "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf" ]] && [[ "${ORIGVALIDATION}" = "dns" ]]; then
 | 
				
			||||||
@@ -83,15 +83,15 @@ if [[ -f "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf" ]] && [[ "${ORIGVA
 | 
				
			|||||||
    if [[ "${ORIGDNSPLUGIN}" =~ ^(domeneshop)$ ]]; then
 | 
					    if [[ "${ORIGDNSPLUGIN}" =~ ^(domeneshop)$ ]]; then
 | 
				
			||||||
        sed -i 's|^certbot_dns_domeneshop:||g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
					        sed -i 's|^certbot_dns_domeneshop:||g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					    if [[ "${ORIGDNSPLUGIN}" =~ ^(gandi)$ ]]; then
 | 
				
			||||||
 | 
					        sed -i 's|^certbot_plugin_gandi:dns_|dns_gandi_|g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
    if [[ "${ORIGDNSPLUGIN}" =~ ^(inwx)$ ]]; then
 | 
					    if [[ "${ORIGDNSPLUGIN}" =~ ^(inwx)$ ]]; then
 | 
				
			||||||
        sed -i 's|^certbot_dns_inwx:||g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
					        sed -i 's|^certbot_dns_inwx:||g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    if [[ "${ORIGDNSPLUGIN}" =~ ^(transip)$ ]]; then
 | 
					    if [[ "${ORIGDNSPLUGIN}" =~ ^(transip)$ ]]; then
 | 
				
			||||||
        sed -i 's|^certbot_dns_transip:||g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
					        sed -i 's|^certbot_dns_transip:||g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    if [[ "${ORIGDNSPLUGIN}" =~ ^(gandi)$ ]]; then
 | 
					 | 
				
			||||||
        sed -i 's|^certbot_plugin_gandi:dns_|dns_gandi_|g' "/config/etc/letsencrypt/renewal/${ORIGDOMAIN}.conf"
 | 
					 | 
				
			||||||
    fi
 | 
					 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# set default validation to http
 | 
					# set default validation to http
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user