[chk_deployed_ids] Fixed bug where the path in the database would include the TARGET
This commit is contained in:
parent
c014f7ee2b
commit
4318ea9622
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ chk_deployed_ids() {
|
|||
|
||||
local COUNT=0
|
||||
for flac in ${flacList[@]}; do
|
||||
local flac=$(sed 's|${TARGET}/||' <<< ${flac})
|
||||
local COUNT=$(( ${COUNT} + 1 ))
|
||||
local ERR=false
|
||||
echo "[ ${COUNT} / ${#flacList[@]} ] Checking ${flac}"
|
||||
|
|
Loading…
Reference in a new issue