Bugfix - repository management distribution detect

This commit is contained in:
Igor Pecovnik
2021-07-04 10:47:05 +02:00
parent eaebd3c7ff
commit 6fa2732629

View File

@@ -816,7 +816,7 @@ repo-manipulate()
# "update" search for new files in output/debs* to add them to repository
# "purge" leave only last 5 versions
local DISTROS=($(grep -rw config/distributions/* -e 'supported' | cut -d"/" -f3))
local DISTROS=($(grep -rw config/distributions/*/ -e 'supported' | cut -d"/" -f3))
case $@ in