7 lines
		
	
	
		
			220 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			220 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# Copy this file as variables.conf, with the correct values
 | 
						|
 | 
						|
containers_dir="" # Path to containers subvolumes main directory
 | 
						|
docker=0 # Boolean (0 or 1); Set to 1 if Docker is running on the server
 |