update-check: allow to disable checking version directories
This commit is contained in:
parent
906f339d6a
commit
7ae9417947
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ update_check() {
|
|||
while IFS= read -r url; do
|
||||
# default case: don't rewrite url
|
||||
printf '%s\n' "$url"
|
||||
if [ "$single_directory" ]; then
|
||||
continue
|
||||
fi
|
||||
rx=
|
||||
urlpfx="${url}"
|
||||
urlsfx=
|
||||
|
|
Loading…
Reference in a new issue