also allow setting KEEP_GOING as a config option

This commit is contained in:
Lukas Schauer
2025-07-05 10:54:29 +02:00
parent a7deeaedbc
commit 8e9e5ef9c7
3 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ This file contains a log of major changes in dehydrated
## Changed
- Only validate existance of wellknown directory or hook script when actually needed
- Also allow setting `KEEP_GOING` in config file instead of relying on cli arguments
## [0.7.2] - 2025-05-18
## Added