Skip to content

Commit

Permalink
weird path problem in converter.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
brutog committed Dec 14, 2016
1 parent 9b5bdb5 commit 8490141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter.pl
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ sub msc

if ($output and $passkey and not $notorrent) {
print "\nCreating torrent... ";
my $torrent_create = 'mktorrent -p -a http://apollo.rip:2095/' . $passkey . '/announce -o "' . $torrent_dir . basename($mp3_dir) . '.torrent" "' . $mp3_dir . '"';
my $torrent_create = 'mktorrent -p -a http://apollo.rip:2095/' . $passkey . '/announce -o "' . $pwd .'/' . basename($mp3_dir) . '.torrent" "' . $mp3_dir . '"';
print "'$torrent_create'\n";
system($torrent_create);
}
Expand Down

0 comments on commit 8490141

Please sign in to comment.