mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 07:02:23 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh
This commit is contained in:
		@@ -30,7 +30,10 @@ exitCode=0
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# Main script
 | 
					# Main script
 | 
				
			||||||
 | 
					rm -Rf /etc/bind.* /etc/named.*
 | 
				
			||||||
 | 
					rm -Rf "/etc/bind"/* "/var/bind"/*
 | 
				
			||||||
 | 
					rm -Rf "/etc/named"/* "/var/named"/*
 | 
				
			||||||
 | 
					mkdir -p "/etc/bind/keys" "/var/bind/zones" "/var/bind/primary" "/var/bind/secondary" "/var/bind/stats" "/var/bind/dynamic"
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# Set the exit code
 | 
					# Set the exit code
 | 
				
			||||||
exitCode=$?
 | 
					exitCode=$?
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -64,10 +64,7 @@ fi
 | 
				
			|||||||
unset config
 | 
					unset config
 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# Main script
 | 
					# Main script
 | 
				
			||||||
rm -Rf /etc/bind.* /etc/named.*
 | 
					
 | 
				
			||||||
rm -Rf "/etc/bind"/* "/var/bind"/*
 | 
					 | 
				
			||||||
rm -Rf "/etc/named"/* "/var/named"/*
 | 
					 | 
				
			||||||
mkdir -p "/etc/bind/keys" "/var/bind/zones" "/var/bind/primary" "/var/bind/secondary" "/var/bind/stats" "/var/bind/dynamic"
 | 
					 | 
				
			||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
# Set the exit code
 | 
					# Set the exit code
 | 
				
			||||||
exitCode=$?
 | 
					exitCode=$?
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user