This commit is contained in:
parent
895e8345a8
commit
d79ff88d33
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -9,7 +9,7 @@ repo_dir=${REPO_DIR:-/repo}
|
|||
# TODO: use the repo instead and check the version with dnf
|
||||
# yeah this is bad; see also the polycat-aaaaaa thing below
|
||||
touch polycat-tmp
|
||||
if $(ls polycat-* | grep -q "$version"); then
|
||||
if $(ls $repo_dir/polycat-* | grep -q "$version"); then
|
||||
rm polycat-tmp
|
||||
echo "package is already up to date, exiting"
|
||||
exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue