fix: remove all User Scripts dependencies — Varaverk plugin handles everything via event hooks, no User Scripts needed
This commit is contained in:
@@ -591,9 +591,9 @@ errors are always visible regardless of `--log`.
|
||||
### fallback.sh
|
||||
|
||||
`fallback.sh`
|
||||
Normal start — continuous loop. Start via User Scripts plugin or array_started.sh. **Do NOT
|
||||
stop by killing the process** — state file may be left inconsistent. Stop via User Scripts
|
||||
Abort only.
|
||||
Normal start — continuous loop. Started automatically by `array_started.sh` at array start.
|
||||
**Do NOT stop by killing the process** — state file may be left inconsistent. Stop via
|
||||
`fallback.sh --stop` only.
|
||||
|
||||
`fallback.sh --dry-run`
|
||||
Walk through one full cycle showing what would happen based on current network state. No
|
||||
|
||||
@@ -219,8 +219,7 @@
|
||||
# fallback.sh --log
|
||||
# Verbose output on every decision in every cycle.
|
||||
#
|
||||
# To stop: use `fallback.sh --stop` or click Abort in User Scripts.
|
||||
# Do NOT kill -9 directly — state file may corrupt if mid-write.
|
||||
# To stop: use `fallback.sh --stop`. Do NOT kill -9 — state file may corrupt if mid-write.
|
||||
#
|
||||
# ==============================================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user