change on bash script python -> python3

master
Sebastian Serfling 2025-03-24 10:16:02 +01:00
parent 0f179e4364
commit 011d4c5374
1 changed files with 1 additions and 1 deletions

View File

@ -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"