minor variable edits in master

This commit is contained in:
2026-04-24 16:28:42 -04:00
parent 6df0bafc09
commit ae019317e1
+5 -5
View File
@@ -157,10 +157,10 @@ ARRAY_START_SCRIPTS=(
"Transcodes/ramdisk_setup.sh" # creates ramdisk + symlink before Emby starts
"unRAID_Essentials/docker_syslog_filter.sh" # suppress veth noise before logs fill
"unRAID_Essentials/php_fpm_max_children.sh" # WebGUI performance tuning
"Docker_Essentials/docker_network_connect.sh" # connect containers to extra networks
#"Docker_Essentials/docker_network_connect.sh" # connect containers to extra networks
"unRAID_Essentials/system_watchdog.sh" # system health monitor — continuous loop
"Docker_Essentials/docker_watchdog.sh" # container health monitor — continuous loop
"Failover/failover.sh" # mutual failover — continuous loop
#"Failover/failover.sh" # mutual failover — continuous loop
)
# ━━━ Daily Sync Maintenance ━━━
@@ -248,9 +248,9 @@ MEDIA_MANAGEMENT_JOBS=(
"Media/media_shares_permissions.sh" # apply permissions — runs first
"Media/media_cleaner.sh anime" # remove junk from anime shares
"Media/media_cleaner.sh media" # remove junk from media shares
"Media/lidarr_cleanup.sh" # remove orphaned music files
"Media/sonarr_cleanup.sh" # remove orphaned TV files
"Media/radarr_cleanup.sh" # remove orphaned movie files
#"Media/lidarr_cleanup.sh" # remove orphaned music files
#"Media/sonarr_cleanup.sh" # remove orphaned TV files
#"Media/radarr_cleanup.sh" # remove orphaned movie files
)
# ==============================================================================================