mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
really fix port
This commit is contained in:
parent
1ca2677727
commit
26f3f2ff70
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ done
|
||||||
# open the URL once the HEAD request succeeds
|
# open the URL once the HEAD request succeeds
|
||||||
if test -n "$TEA_GUI"; then
|
if test -n "$TEA_GUI"; then
|
||||||
echo
|
echo
|
||||||
echo '{"xyz.tea":{"gui":"http://127.0.0.1:5432"}}'
|
echo "{\"xyz.tea\":{\"gui\":\"http://127.0.0.1:$PORT\"}}"
|
||||||
echo
|
echo
|
||||||
else
|
else
|
||||||
open "http://127.0.0.1:$PORT"
|
open "http://127.0.0.1:$PORT"
|
||||||
|
|
Loading…
Reference in a new issue