From 99e7f1d67932683e02a02251eaa15304c697aad6 Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Sun, 8 Jun 2025 17:33:05 +0900 Subject: [PATCH] Fix --- run-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-docker.sh b/run-docker.sh index ed4a09a..b49558a 100755 --- a/run-docker.sh +++ b/run-docker.sh @@ -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