oops wrong path
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2025-02-26 00:50:46 -06:00
parent 895e8345a8
commit d79ff88d33
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

2
run.sh
View file

@ -9,7 +9,7 @@ repo_dir=${REPO_DIR:-/repo}
# TODO: use the repo instead and check the version with dnf # TODO: use the repo instead and check the version with dnf
# yeah this is bad; see also the polycat-aaaaaa thing below # yeah this is bad; see also the polycat-aaaaaa thing below
touch polycat-tmp touch polycat-tmp
if $(ls polycat-* | grep -q "$version"); then if $(ls $repo_dir/polycat-* | grep -q "$version"); then
rm polycat-tmp rm polycat-tmp
echo "package is already up to date, exiting" echo "package is already up to date, exiting"
exit exit