fix: remaining stale refs — boot drive path in Plugin Manual, array_started.sh typos in fallback and ramdisk_setup

This commit is contained in:
Gmer4Lfe
2026-06-01 19:51:40 -04:00
parent 4effb55756
commit 98d2e6efa4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -203,7 +203,7 @@
# ==============================================================================================
#
# fallback.sh
# Normal start — continuous loop. Start via User Scripts or array_start.sh.
# Normal start — continuous loop. Started by array_started.sh at array start.
#
# fallback.sh --stop
# Gracefully stop the running instance (SIGTERM → wait 10s → SIGKILL).
+2 -2
View File
@@ -78,12 +78,12 @@ Configurations directory and all scripts.
**Set it via:** Settings → Other Settings → Varaverk → Scripts directory
Default: `/mnt/user/appdata/Varaverk`
Default: `/boot/config/plugins/varaverk`
The value is stored in `/boot/config/plugins/varaverk/varaverk.cfg`:
```bash
SCRIPTS_DIR="/mnt/user/appdata/Varaverk"
SCRIPTS_DIR="/boot/config/plugins/varaverk"
```
All other configuration lives in `Configurations/master.conf` and `Configurations/host*.conf`.
+2 -2
View File
@@ -7,7 +7,7 @@
# ─────────────────────────────────────────────────────────────────────────────
# Creates the tmpfs ramdisk, SSD fallback directory, transcode symlink, and
# pre-creates transcoding-temp on the ramdisk. Run once at array start via
# array_start.sh (unRAID_Essentials/). Idempotent — already-mounted ramdisk
# array_started.sh (unRAID_Essentials/). Idempotent — already-mounted ramdisk
# reports status and exits cleanly. Always resets the symlink to the ramdisk
# on boot, ensuring a clean state regardless of what state it was in before
# shutdown.
@@ -90,7 +90,7 @@
# ==============================================================================================
#
# ramdisk_setup.sh
# Normal setup run. Called by array_start.sh at boot.
# Normal setup run. Called by array_started.sh at boot.
#
# ramdisk_setup.sh --dry-run
# Show what would be created without creating anything.