Send output to stdout.

This commit is contained in:
hjp 2005-12-12 08:51:08 +00:00
parent 582f0fc6ac
commit 230addcf34
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ close (CTL);
my $rc = system("gnuplot", "quotacheck.ctl"); my $rc = system("gnuplot", "quotacheck.ctl");
print "system returned $rc\n"; #print "system returned $rc\n";
my $fs = $opts{fs}; my $fs = $opts{fs};
$fs =~ s|/|_|g; $fs =~ s|/|_|g;
@ -195,4 +195,4 @@ system("gs -sDEVICE=ppmraw -r150 -dBATCH -sOutputFile=- -q - < quotastat.ps |" .
"pnmscale 0.5 |" . "pnmscale 0.5 |" .
"pnmflip -cw |" . "pnmflip -cw |" .
"pnmcrop |" . "pnmcrop |" .
"pnmtopng >/usr/local/www/wsr/intranet/quotas/$opts{user}$fs.png"); "pnmtopng");