Fix
This commit is contained in:
		@@ -27,7 +27,7 @@ if docker ps -a --format '{{.Names}}' | grep -q "^${CONTAINER_NAME}$"; then
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Create required directories if they don't exist
 | 
					# Create required directories if they don't exist
 | 
				
			||||||
mkdir -p "$(pwd)/public/podcast_audio" "$(pwd)/data" | true
 | 
					mkdir -p "$(pwd)/public/podcast_audio" "$(pwd)/data" || true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Check for required files
 | 
					# Check for required files
 | 
				
			||||||
if [[ ! -f "$(pwd)/.env" ]]; then
 | 
					if [[ ! -f "$(pwd)/.env" ]]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user