summaryrefslogtreecommitdiff
path: root/patches/eowyn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/eowyn.sh')
-rwxr-xr-xpatches/eowyn.sh7
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