Spaces:
Running
Running
Update load.sh
Browse files
load.sh
CHANGED
@@ -11,7 +11,7 @@ archivo_salida=$2
|
|
11 |
|
12 |
# Obtiene el contenido JSON desde la URL
|
13 |
json=$(curl -s "$url_json")
|
14 |
-
|
15 |
# Extrae el valor del campo 'file'
|
16 |
file=$(echo "$json" | jq -r '.file')
|
17 |
|
|
|
11 |
|
12 |
# Obtiene el contenido JSON desde la URL
|
13 |
json=$(curl -s "$url_json")
|
14 |
+
echo "$json"
|
15 |
# Extrae el valor del campo 'file'
|
16 |
file=$(echo "$json" | jq -r '.file')
|
17 |
|