docs: fix stale refs in unRAID_Essentials Manual, Rsync Manual, fallback_state_reset — 15min watchdog, boot drive paths, drop User Scripts setup instructions

This commit is contained in:
Gmer4Lfe
2026-06-01 19:44:41 -04:00
parent bc81e5a9e0
commit d22b18bf9f
3 changed files with 38 additions and 63 deletions
Regular → Executable
+2 -2
View File
@@ -146,8 +146,8 @@ if pgrep -f "fallback.sh" >/dev/null 2>&1; then
FALLBACK_RUNNING=true
warn "⚠️ fallback.sh is currently RUNNING"
warn "Resetting state mid-cycle may cause incorrect decisions on the next iteration"
warn "Consider stopping fallback.sh first (click Abort in User Scripts)"
warn "Then reset state, then restart fallback.sh"
warn "Consider stopping fallback.sh first: kill \$(pgrep -f fallback.sh)"
warn "Then reset state, then restart: bash Fallback/fallback.sh &"
echo ""
warn "If you are sure you want to proceed anyway, confirm below"
else