mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-04 15:02:38 +09:00 
			
		
		
		
	update conf name in scripts
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
. /config/donoteditthisfile.conf
 | 
					. /config/.donoteditthisfile.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
 | 
					curl https://www.duckdns.org/update?domains=${CERTBOT_DOMAIN}\&token=${ORIGDUCKDNSTOKEN}\&txt=${CERTBOT_VALIDATION}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/with-contenv bash
 | 
					#!/usr/bin/with-contenv bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
. /config/donoteditthisfile.conf
 | 
					. /config/.donoteditthisfile.conf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "<------------------------------------------------->"
 | 
					echo "<------------------------------------------------->"
 | 
				
			||||||
echo
 | 
					echo
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user