From 6962846893264a1f82bbd12c472c0be73938a8f7 Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 6 Mar 2025 13:32:57 -0600 Subject: [PATCH] fix this --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 530e820..60f27de 100755 --- a/run.sh +++ b/run.sh @@ -8,7 +8,7 @@ repo_dir=${REPO_DIR:-/repo} # skip if already up-to-date # TODO: use the repo instead and check the version with dnf # yeah this is bad; see also the cavif-aaaaaa thing below -touch cavif-tmp +touch $repo_dir/cavif-tmp if $(ls $repo_dir/cavif-* | grep -q "$version"); then rm cavif-tmp echo "package is already up to date, exiting"