mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-01 12:49:13 -04:00
修改端口9001为9002
This commit is contained in:
parent
8497f652bc
commit
a5cf527e8d
47 changed files with 109 additions and 109 deletions
6
.github/workflows/frontend-tests.yml
vendored
6
.github/workflows/frontend-tests.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
pnpm run prod &
|
||||
connected=false
|
||||
can_connect() {
|
||||
curl -sSfo /dev/null http://localhost:9001/ || return 1
|
||||
curl -sSfo /dev/null http://localhost:9002/ || return 1
|
||||
connected=true
|
||||
}
|
||||
now() { date +%s; }
|
||||
|
@ -139,7 +139,7 @@ jobs:
|
|||
pnpm run prod &
|
||||
connected=false
|
||||
can_connect() {
|
||||
curl -sSfo /dev/null http://localhost:9001/ || return 1
|
||||
curl -sSfo /dev/null http://localhost:9002/ || return 1
|
||||
connected=true
|
||||
}
|
||||
now() { date +%s; }
|
||||
|
@ -216,7 +216,7 @@ jobs:
|
|||
pnpm run prod &
|
||||
connected=false
|
||||
can_connect() {
|
||||
curl -sSfo /dev/null http://localhost:9001/ || return 1
|
||||
curl -sSfo /dev/null http://localhost:9002/ || return 1
|
||||
connected=true
|
||||
}
|
||||
now() { date +%s; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue