Tools echo/log audit pass — 9 scripts + Manual
No setup banners to remove (Tools folder was already clean). Fix log→echo on summary status/conclusion lines across container_data_export, emby_database_repair, recreate_shares, zfs_pool_scrub, and fallback_state_reset (safety check + two summary detail lines). Fix log→echo on status display lines in watchdog_skip_list_manager (skip list empty, restart history lines). Move per-item "to add" preview echoes to log in emby_to_lidarr/radarr/sonarr_sync; fix nothing-to-do log→echo in all three. Add output tiers section to Manual-Tools.md.
This commit is contained in:
@@ -151,7 +151,7 @@ if pgrep -f "fallback.sh" >/dev/null 2>&1; then
|
||||
echo ""
|
||||
warn "If you are sure you want to proceed anyway, confirm below"
|
||||
else
|
||||
log "fallback.sh is not running — safe to reset ✅"
|
||||
echo "fallback.sh is not running — safe to reset ✅"
|
||||
fi
|
||||
|
||||
# Check current state — if already NORMAL warn user
|
||||
@@ -238,8 +238,8 @@ if [[ "$DRY_RUN" == true ]]; then
|
||||
warn "DRY RUN — no changes made"
|
||||
else
|
||||
warn "$ICON_DONE State reset to NORMAL"
|
||||
log "fallback.sh will resume from NORMAL on next cycle"
|
||||
log "No containers were started or stopped"
|
||||
echo "fallback.sh will resume from NORMAL on next cycle"
|
||||
echo "No containers were started or stopped"
|
||||
echo ""
|
||||
[[ "$FALLBACK_RUNNING" == true ]] && \
|
||||
warn "⚠️ fallback.sh was running during reset — monitor next cycle carefully"
|
||||
|
||||
Reference in New Issue
Block a user