kopia lustrzana https://github.com/OpenDroneMap/ODM
fixed issue with pathnames not being stricken from the tar
rodzic
ea8ce0719b
commit
aed578d079
3
run.pl
3
run.pl
|
@ -843,8 +843,7 @@ switch ($args{"--start-with"}) {
|
||||||
if($args{"--zip-results"} eq "true") {
|
if($args{"--zip-results"} eq "true") {
|
||||||
print "\nCompressing results - "; now(); print "\n";
|
print "\nCompressing results - "; now(); print "\n";
|
||||||
print "\n";
|
print "\n";
|
||||||
|
run("cd $jobOptions{jobDir}-results/ && tar -czf $jobOptions{jobDir}-results.tar.gz *");
|
||||||
run("tar -czf $jobOptions{jobDir}-results.tar.gz $jobOptions{jobDir}-results/*");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print "\n";
|
print "\n";
|
||||||
|
|
Ładowanie…
Reference in New Issue