mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
...
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user