added rsync disable in master global tier 1, advanced selection tier 2
This commit is contained in:
@@ -48,6 +48,14 @@ echo ""
|
||||
echo "━━━ $ICON_GEAR Setup ━━━"
|
||||
|
||||
detect_hosts
|
||||
|
||||
# Tier 1 global gate — check before doing anything
|
||||
# Tier 2 (per-orchestrator) is handled by the calling orchestrator
|
||||
# Direct calls to rsync.sh only check Tier 1
|
||||
if ! check_rsync_enabled; then
|
||||
warn "RSYNC_ENABLED=false — exiting cleanly"
|
||||
exit 0
|
||||
fi
|
||||
resolve_remote_ip
|
||||
|
||||
# -----------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user