small fixes

This commit is contained in:
2026-04-15 17:58:25 -04:00
parent 630c863cd7
commit c37f7adac6
6 changed files with 871 additions and 55 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ DURATION=$((END - START))
# Reliable format: date|time|profile|duration|status
# Does not parse rsync output — version-proof and always works
# -----------------------------------------------------------------------------------------------
BANDWIDTH_MONITOR="$SCRIPT_DIR/../Monitor/bandwidth_monitor.sh"
BANDWIDTH_MONITOR="$SCRIPT_DIR/../Monitors/bandwidth_monitor.sh"
if [[ "$DRY_RUN" == false ]] && [[ -f "$BANDWIDTH_MONITOR" ]]; then
STATUS="success"