mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-11-01 05:27:42 +09:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			281 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #!/usr/bin/with-contenv bash
 | |
| # shellcheck shell=bash
 | |
| 
 | |
| # check to make sure that the required variables are set
 | |
| if [[ -z "${URL}" ]]; then
 | |
|     echo "Please pass your URL as an environment variable in your docker run command. See docker info for more details."
 | |
|     sleep infinity
 | |
| fi
 |