Remove misc directory
This commit is contained in:
parent
a67912e89e
commit
8cab91f51a
15 changed files with 36 additions and 41 deletions
4
check.pl
4
check.pl
|
|
@ -63,9 +63,9 @@ for my $p (<$conf>)
|
|||
close $conf;
|
||||
|
||||
my $end_time = 1999999999;
|
||||
if (-f "$root/misc/challenge_started")
|
||||
if (-f "$root/shared/challenge_started")
|
||||
{
|
||||
open my $conf, "<", "$root/misc/challenge_started";
|
||||
open my $conf, "<", "$root/shared/challenge_started";
|
||||
$end_time = <$conf>;
|
||||
close $conf;
|
||||
chomp($end_time);
|
||||
|
|
|
|||
Reference in a new issue