| #!/bin/bash |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| function prepare_updateImages { |
| |
| |
| local DIRS=$(cli_getFilesList \ |
| ${TCAR_WORKDIR}/Identity/Images --maxdepth="1" \ |
| --mindepth="1" --type="d" --pattern=".+/[[:alnum:]]+") |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| DIRS="${TCAR_WORKDIR}/Identity/Images/Brands |
| $(echo "$DIRS" | grep -v 'Identity/Images/Brands')" |
| |
| |
| cli_runFnEnvironment render ${DIRS} --with-brands |
| |
| } |