This commit is contained in:
2025-06-08 17:33:05 +09:00
parent bc5c01e164
commit 99e7f1d679

View File

@ -27,7 +27,7 @@ if docker ps -a --format '{{.Names}}' | grep -q "^${CONTAINER_NAME}$"; then
fi
# 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
if [[ ! -f "$(pwd)/.env" ]]; then