change on bash script python -> python3
parent
0f179e4364
commit
011d4c5374
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue