YoBatM commited on
Commit
b3510ea
·
verified ·
1 Parent(s): 12a25d1

Update load.sh

Browse files
Files changed (1) hide show
  1. load.sh +1 -1
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
- echo "$json"
15
  # Extrae el valor del campo 'file'
16
  file=$(echo "$json"| tr -cd "[:print:]" | jq -r '.file')
17
 
 
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"| tr -cd "[:print:]" | jq -r '.file')
17