small fixes
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user