mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-10-31 21:17:42 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			272 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			272 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/with-contenv bash
 | |
| # shellcheck shell=bash
 | |
| 
 | |
| echo "<------------------------------------------------->"
 | |
| echo
 | |
| echo "<------------------------------------------------->"
 | |
| echo "cronjob running on $(date)"
 | |
| echo "Running certbot renew"
 | |
| certbot renew --non-interactive
 |