add new line after each uploaded file
This commit is contained in:
parent
e1e1ab29a9
commit
c7c31c0006
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ cleanup() {
|
||||||
vod="$REC_PATH/$vodname"
|
vod="$REC_PATH/$vodname"
|
||||||
echo "] Uploading VOD $vod to ${vod_output} ..."
|
echo "] Uploading VOD $vod to ${vod_output} ..."
|
||||||
curl -i -X POST -H "Authorization: Bearer ${vod_token}" -F "file=@${vod}" ${vod_output}
|
curl -i -X POST -H "Authorization: Bearer ${vod_token}" -F "file=@${vod}" ${vod_output}
|
||||||
|
echo ""
|
||||||
done
|
done
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue