diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 20:10:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 20:10:25 +0200 |
| commit | ab5d2e62fb0be9ee962782da4c93839deedcb952 (patch) | |
| tree | 7a8ca6134d10ac7da04c0bfecb3f4230b1bbbfca | |
| parent | b87ba417108de1085030c511561e3d1fcae92ed6 (diff) | |
print curl output
| -rwxr-xr-x | dir-to-movie.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl index f9cfc13..0e85b73 100755 --- a/dir-to-movie.pl +++ b/dir-to-movie.pl @@ -76,7 +76,7 @@ for my $line (@lines) { if (defined $endpoint) { print("upload to $endpoint\n"); print("$module $tag $parent_dir/renders/$tag.mp4\n"); - my $curl = `curl -X POST -F module=$module -F activity=live -F generated=true -F dataset=$tag -F datatype=video -F file=@$parent_dir/renders/$tag.mp4 $endpoint` + my $curl = `curl -X POST -F module=$module -F activity=live -F generated=true -F dataset=$tag -F datatype=video -F file=@$parent_dir/renders/$tag.mp4 $endpoint`; print $curl . "\n"; # system("curl", |
