This commit is contained in:
unknown
2025-11-11 16:44:37 -08:00
parent ba33cd3817
commit 7fa8b1f63d

View File

@@ -444,7 +444,7 @@ TEMP_SCRIPT=\$(mktemp)
cat > "\$TEMP_SCRIPT" << 'SCRIPT'
#!/bin/bash
cd "$SCRIPT_DIR"
./ebook2audiobook.sh &
bash -c "ebook2audiobook.sh"
# Wait 10 seconds for the server to start
sleep 10