diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-02-09 21:31:07 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-02-09 21:31:07 +0100 |
| commit | c02e6ead16eb05fddc5f890fa96226857e42d67e (patch) | |
| tree | da0bbd25781d3e5f03524b082a9b20a63fae4ee9 /patches | |
| parent | b3dd04885d678b5c2eab824ee839938942017678 (diff) | |
Added deletion of progress.txt for eowyn
Diffstat (limited to 'patches')
| -rwxr-xr-x | patches/eowyn.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh index 8cac450..4eb35b6 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -26,6 +26,13 @@ echo "Zig version" $(zig version) echo "Eowyn version 23.10.5.1, let's try our magic power." echo "" +# Remove progress file +progress_file=".progress.txt" +if [ -f $progress_file ]; then + rm $progress_file +fi + + # Create directory of healing if it doesn't already exist. mkdir -p patches/healed |
