YoBatM commited on
Commit
5666514
·
verified ·
1 Parent(s): 85d8d47

Update upload.sh

Browse files
Files changed (1) hide show
  1. upload.sh +1 -1
upload.sh CHANGED
@@ -8,4 +8,4 @@ fi
8
 
9
  archivo_entrada="$1"
10
  url="$2"
11
- curl -i -X "PUT" -d "{\"file\":\"$(cat $archivo_entrada | base64)\"}" -H "Content-Type: application/json" -H "Accept: application/json" $url>/dev/null
 
8
 
9
  archivo_entrada="$1"
10
  url="$2"
11
+ curl -s -i -X "PUT" -d "{\"file\":\"$(cat $archivo_entrada | base64)\"}" -H "Content-Type: application/json" -H "Accept: application/json" $url>/dev/null