Polish before first GitHub push: consistent adapter usage and naming

stability_watchdog.sh mover check now uses platform_is_mover_running()
instead of raw pgrep, matching server_reboot.sh.

check_unraid_version_parity() renamed to check_os_version_parity() —
the function internals were already platform-neutral after the adapter
refactor; the name was the last Unraid artifact.
This commit is contained in:
Gmer4Lfe
2026-06-14 01:30:16 -04:00
parent ee5a07be1c
commit b4d6866f40
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1222,7 +1222,7 @@ if [[ "$MODE" == "onboard" ]]; then
check_connectivity
# Version parity — both servers must agree on unRAID version
check_unraid_version_parity || exit 1
check_os_version_parity || exit 1
# Remote array and Docker daemon
check_remote_array || exit 1