updt: muevelog info msg & map_thumb
This commit is contained in:
parent
ca4ec174bb
commit
e385ff7433
Binary file not shown.
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 280 KiB |
@ -75,7 +75,7 @@ extrae_logs(){
|
|||||||
concat_log(){
|
concat_log(){
|
||||||
log_tipo="${1}"
|
log_tipo="${1}"
|
||||||
if [[ "$(ls $destino_log/$log_tipo.* 2>/dev/null)" ]]; then
|
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
|
for file in $(\ls -v $destino_log/$log_tipo.*); do
|
||||||
cat $file >> $destino_log/$log_tipo
|
cat $file >> $destino_log/$log_tipo
|
||||||
rm -f $file
|
rm -f $file
|
||||||
|
Loading…
Reference in New Issue
Block a user