Add last executed run file

This commit is contained in:
Kenneth Bruen 2023-02-06 06:14:55 +01:00
parent 43c61c0247
commit 4bbc1c9891
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -300,6 +300,7 @@ def main
stations: failed_stations, stations: failed_stations,
trains: failed_trains, trains: failed_trains,
})) }))
File.write('./last_executed_run.txt', $datestr)
end end
if __FILE__ == $0 if __FILE__ == $0