small fixes

This commit is contained in:
squidbear
2025-03-25 09:03:56 +01:00
parent 2eee8e9c47
commit 1b9860885b
2 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ services:
"--state.scheme=path", "--state.scheme=path",
"--db.engine=pebble", "--db.engine=pebble",
"--port=49545", "--port=49545",
"--discovery.port=49545",
# Megabytes of memory allocated to internal caching # Megabytes of memory allocated to internal caching
"--cache=8192", "--cache=8192",
# Enable the WS-RPC server # Enable the WS-RPC server

View File

@@ -34,6 +34,9 @@ check_sync_status() {
any_failure=true any_failure=true
code=1 code=1
fi fi
else
code=1
any_failure=true
fi fi
echo "${part%.yml}: $result" echo "${part%.yml}: $result"