[cmd_deploy] Now does not mention target during remove operation
This commit is contained in:
parent
65c9b5b937
commit
88c6e17d52
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ cmd_deploy() {
|
||||||
# Cleans target of removable TRACKID
|
# Cleans target of removable TRACKID
|
||||||
local COUNT=1
|
local COUNT=1
|
||||||
for removableid in ${removableidList[@]}; do
|
for removableid in ${removableidList[@]}; do
|
||||||
echo "[ ${COUNT} / ${#removableidList[@]} ] Removing ${removableid} from ${TARGET}"
|
echo "[ ${COUNT} / ${#removableidList[@]} ] Removing ${removableid}"
|
||||||
deploy_rm "${TARGET}" "${DB_FILE}" ${removableid} >${STDERR} 2>&1
|
deploy_rm "${TARGET}" "${DB_FILE}" ${removableid} >${STDERR} 2>&1
|
||||||
[[ $? -eq 0 ]] || { echo "[>>>>>>] Error reported"; cat ${STDERR}; local ERR=true; }
|
[[ $? -eq 0 ]] || { echo "[>>>>>>] Error reported"; cat ${STDERR}; local ERR=true; }
|
||||||
local COUNT=$(( ${COUNT} + 1 ))
|
local COUNT=$(( ${COUNT} + 1 ))
|
||||||
|
|
Loading…
Reference in a new issue