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",
"--db.engine=pebble",
"--port=49545",
"--discovery.port=49545",
# Megabytes of memory allocated to internal caching
"--cache=8192",
# Enable the WS-RPC server

View File

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