fix: clean tmp at start

This commit is contained in:
MDLeom 2025-03-22 10:25:34 +00:00
parent 9708b2c289
commit f748baa472
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ else
fi
## Create a temporary working folder
rm "tmp/"
mkdir -p "tmp/"
cd "tmp/"