Spaces:
Running
Running
Update recover.sh
Browse files- recover.sh +1 -1
recover.sh
CHANGED
@@ -16,7 +16,7 @@ fi
|
|
16 |
|
17 |
# Leer el archivo línea por línea
|
18 |
for linea in $(cat $archivo_entrada) do
|
19 |
-
nombre
|
20 |
valor=$(echo "$linea" | cut -d ':' -f2)
|
21 |
# Crear el directorio si no existe
|
22 |
dir=$(dirname "$nombre")
|
|
|
16 |
|
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")
|