updt: muevelog info msg & map_thumb

This commit is contained in:
devfzn 2024-03-20 00:43:07 -03:00
parent ca4ec174bb
commit e385ff7433
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

@ -75,7 +75,7 @@ extrae_logs(){
concat_log(){
log_tipo="${1}"
if [[ "$(ls $destino_log/$log_tipo.* 2>/dev/null)" ]]; then
printf '%b - Concatenando log %s %b' "${GRn}" "${1}" "${RST}"
printf '%b - Concatenando %s %b' "${GRn}" "${1}" "${RST}"
for file in $(\ls -v $destino_log/$log_tipo.*); do
cat $file >> $destino_log/$log_tipo
rm -f $file