mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Fix started message
This commit is contained in:
2
.github/workflows/Scheme.yml
vendored
2
.github/workflows/Scheme.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
# Wait for 'Server Started' message
|
||||
while true; do
|
||||
if grep -q "Server started successfully" <(tail -n 5 output.log); then
|
||||
if grep -q "Javalin started" <(tail -n 5 output.log); then
|
||||
break
|
||||
fi
|
||||
sleep 1
|
||||
|
||||
Reference in New Issue
Block a user