mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 07:02:23 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
		@@ -214,7 +214,7 @@ __display_user_info() {
 | 
				
			|||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
					# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
				
			||||||
__init_config_etc() {
 | 
					__init_config_etc() {
 | 
				
			||||||
  local copy="no"
 | 
					  local copy="no"
 | 
				
			||||||
  local name="$(find "/etc/$SERVICE_NAME" -maxdepth 0 | head -n1)"
 | 
					  local name="$(find "/etc/$SERVICE_NAME" -maxdepth 0 2>/dev/null | head -n1)"
 | 
				
			||||||
  local etc_dir="${ETC_DIR:-/etc/$name}"
 | 
					  local etc_dir="${ETC_DIR:-/etc/$name}"
 | 
				
			||||||
  local conf_dir="${CONF_DIR:-/config/$name}"
 | 
					  local conf_dir="${CONF_DIR:-/config/$name}"
 | 
				
			||||||
  __is_dir_empty "$conf_dir" && copy=yes
 | 
					  __is_dir_empty "$conf_dir" && copy=yes
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user