Use persisted duration for running jobs

Fixes #318
This commit is contained in:
2024-12-19 05:55:31 +01:00
parent 7b91a819be
commit 0bdbcb8bab
5 changed files with 5 additions and 14 deletions

View File

@@ -112,7 +112,7 @@ func main() {
if flagInit {
initEnv()
fmt.Print("Succesfully setup environment!\n")
fmt.Print("Successfully setup environment!\n")
fmt.Print("Please review config.json and .env and adjust it to your needs.\n")
fmt.Print("Add your job-archive at ./var/job-archive.\n")
os.Exit(0)