This commit is contained in:
unknown
2025-11-12 06:40:38 -08:00
parent 92d92a87cc
commit 0f359a06fc

View File

@@ -427,13 +427,13 @@ else
(
host=127.0.0.1
port=7860
url="http://$host:$port/"
url="http://\$host:\$port/"
until (echo >"/dev/tcp/$host/$port") >/dev/null 2>&1; do
until (echo >"/dev/tcp/\$host/\$port") >/dev/null 2>&1; do
sleep 1
done
open "$url"
open "\$url"
) &
open -a Terminal "$SCRIPT_DIR/ebook2audiobook.sh"