Spaces:
Sleeping
Sleeping
Update recover.sh
Browse files- 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")
|