summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-13 20:10:25 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-13 20:10:25 +0200
commitab5d2e62fb0be9ee962782da4c93839deedcb952 (patch)
tree7a8ca6134d10ac7da04c0bfecb3f4230b1bbbfca
parentb87ba417108de1085030c511561e3d1fcae92ed6 (diff)
print curl output
-rwxr-xr-xdir-to-movie.pl2
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",