fix: blitz-run-context.service 失败

This commit is contained in:
2026-04-14 21:13:27 +08:00
parent e895cdc9de
commit 1c2cf157d2
7 changed files with 37 additions and 2 deletions

View File

@@ -50,6 +50,10 @@ blitz_load_boot_env() {
fi
done
if declare -F normalize_loaded_env_vars >/dev/null 2>&1; then
normalize_loaded_env_vars
fi
default_time_server="$(blitz_host_from_addr "${ROBOT_SIDE_OMNISOCKET_SERVER_ADDR:-}" || true)"
export BLITZ_BOOT_DELAY_SEC="${BLITZ_BOOT_DELAY_SEC:-30}"