diff --git a/run_timestamp_check.sh b/run_timestamp_check.sh index e7a309c..e87060b 100644 --- a/run_timestamp_check.sh +++ b/run_timestamp_check.sh @@ -26,7 +26,7 @@ cd "$SCRIPT_DIR" # --timestamp-column=spaltenname: falls andere Spalte als add_date verwendet werden soll # Normale Ausführung -python mysql_timestamp_check.py 2>&1 | tee -a "$LOG_FILE" +python3 mysql_timestamp_check.py 2>&1 | tee -a "$LOG_FILE" # Testmodus (auskommentiert) # python mysql_timestamp_check.py --test 2>&1 | tee -a "$LOG_FILE"