change on bash script python -> python3

This commit is contained in:
Sebastian Serfling
2025-03-24 10:16:02 +01:00
parent 0f179e4364
commit 011d4c5374
+1 -1
View File
@@ -26,7 +26,7 @@ cd "$SCRIPT_DIR"
# --timestamp-column=spaltenname: falls andere Spalte als add_date verwendet werden soll # --timestamp-column=spaltenname: falls andere Spalte als add_date verwendet werden soll
# Normale Ausführung # 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) # Testmodus (auskommentiert)
# python mysql_timestamp_check.py --test 2>&1 | tee -a "$LOG_FILE" # python mysql_timestamp_check.py --test 2>&1 | tee -a "$LOG_FILE"