change the tmp directory to /spider/tmp for importkeps.pl and make sure
that the /spider/tmp is chmod 777t
my $l;
my @out;
my $t = $main::systime;
my $l;
my @out;
my $t = $main::systime;
+if ($list[0] =~ /^\d+$/) {
+ $t = shift @list;
+}
push @out, $self->msg("time1", cldate($t, 1), ztime($t, 1), ztime($t));
push @out, $self->msg("time1", cldate($t, 1), ztime($t, 1), ztime($t));
return unless $inp =~ s/2Line\s+Orbital\s+Elements/2Line Keps/;
# open the output file in the data area
return unless $inp =~ s/2Line\s+Orbital\s+Elements/2Line Keps/;
# open the output file in the data area
- my $fn = "$root/data/keps.txt.$$";
+ my $fn = "$root/tmp/keps.txt.$$";
open OUT, ">$fn" or die "$fn $!";
print OUT $inp;
close OUT;
open OUT, ">$fn" or die "$fn $!";
print OUT $inp;
close OUT;