Merge "/var/lib/mistral should be downloaded"

This commit is contained in:
Zuul 2018-07-07 02:37:56 +00:00 committed by Gerrit Code Review
commit b5b979f34a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function finish(){
}
function get_dirs(){
local drop="\b(etc|ara|ara_oooq|docs|build|stackviz|sudoers.d|lib|config-data|extra)\b"
local drop="\b(etc|ara|ara_oooq|docs|build|stackviz|sudoers.d|config-data|extra)\b"
local directories=""
directories=$(curl -s "$1" 2> /dev/null | grep -E "\[DIR" | grep -vE "${drop}" | sed -e "s,.*href=\"\([^\"]*\)\".*,${1}\1,g")
if [ -n "$directories" ]; then