YoBatM commited on
Commit
3ed3ba5
·
verified ·
1 Parent(s): ebbb030

Update recover.sh

Browse files
Files changed (1) hide show
  1. recover.sh +1 -0
recover.sh CHANGED
@@ -17,6 +17,7 @@ fi
17
  # Leer el archivo línea por línea
18
  for linea in $(cat $archivo_entrada); do
19
  nombre=$(echo "$linea" | cut -d ":" -f1)
 
20
  valor=$(echo "$linea" | cut -d ":" -f2)
21
  # Crear el directorio si no existe
22
  dir=$(dirname "$nombre")
 
17
  # Leer el archivo línea por línea
18
  for linea in $(cat $archivo_entrada); do
19
  nombre=$(echo "$linea" | cut -d ":" -f1)
20
+ echo "Recuperando $nombre"
21
  valor=$(echo "$linea" | cut -d ":" -f2)
22
  # Crear el directorio si no existe
23
  dir=$(dirname "$nombre")