change on bash script python -> python3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user