added safe guards to all scripts that need it. all reference comm.sh like it should be

This commit is contained in:
2026-04-20 17:18:25 -04:00
parent 72940ec202
commit e83473ab8e
20 changed files with 263 additions and 32 deletions
+2
View File
@@ -42,6 +42,8 @@ fi
success "Running as root"
acquire_lock "wait"
if ! command -v lsof >/dev/null 2>&1; then
warn "lsof not available — active file check will be skipped, all aged files will be eligible"
LSOF_AVAILABLE=false
+2
View File
@@ -47,6 +47,8 @@ fi
success "Running as root"
acquire_lock "wait"
# Select correct Emby instance for session display
detect_hosts