mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-01 05:27:42 +09:00 
			
		
		
		
	Merge pull request #412 from Platzii/directadmin-fix
Fix "unrecognized arguments" issue in DirectAdmin DNS plugin
This commit is contained in:
		| @@ -153,6 +153,7 @@ app_setup_block: | | ||||
|  | ||||
| # changelog | ||||
| changelogs: | ||||
|   - { date: "01.10.23:", desc: "Fix \"unrecognized arguments\" issue in DirectAdmin DNS plugin." } | ||||
|   - { date: "28.08.23:", desc: "Add Namecheap DNS plugin." } | ||||
|   - { date: "12.08.23:", desc: "Add FreeDNS plugin. Detect certbot DNS authenticators using CLI." } | ||||
|   - { date: "07.08.23:", desc: "Add Bunny DNS Configuration." } | ||||
|   | ||||
| @@ -304,7 +304,7 @@ if [[ "${VALIDATION}" = "dns" ]]; then | ||||
|         sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini | ||||
|     fi | ||||
|     # plugins that use old parameter naming convention | ||||
|     if [[ "${DNSPLUGIN}" =~ ^(cpanel|directadmin)$ ]]; then | ||||
|     if [[ "${DNSPLUGIN}" =~ ^(cpanel)$ ]]; then | ||||
|         sed -i "/^dns-${DNSPLUGIN}-credentials\b/d" /config/etc/letsencrypt/cli.ini | ||||
|         sed -i "/^dns-${DNSPLUGIN}-propagation-seconds\b/d" /config/etc/letsencrypt/cli.ini | ||||
|         set_ini_value "authenticator" "${DNSPLUGIN}" /config/etc/letsencrypt/cli.ini | ||||
|   | ||||
		Reference in New Issue
	
	Block a user