diff options
| -rwxr-xr-x | dir-to-movie.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dir-to-movie.pl b/dir-to-movie.pl index 5a631f0..7517b94 100755 --- a/dir-to-movie.pl +++ b/dir-to-movie.pl @@ -74,6 +74,7 @@ for my $line (@lines) { } if (defined $endpoint) { print("upload to $endpoint\n"); + print("$module $tag $parent_dir/renders/$tag.mp4\n") system("curl", "-X", "POST", "-F", "module=$module", |
