mirror of
				https://github.com/dockersrc/ubuntu
				synced 2025-11-04 07:02:10 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
		@@ -191,7 +191,7 @@ __certbot() {
 | 
			
		||||
}
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
__init_config_etc() {
 | 
			
		||||
  if [ ! -d "$CONF_DIR" ] || __is_dir_empty "$CONF_DIR"; then
 | 
			
		||||
  if __is_dir_empty "$CONF_DIR" || [ ! -d "$CONF_DIR" ]; then
 | 
			
		||||
    if [ -d "$ETC_DIR" ]; then
 | 
			
		||||
      mkdir -p "$CONF_DIR"
 | 
			
		||||
      __copy_templates "$ETC_DIR/." "$CONF_DIR/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user