Skip to content

Commit

Permalink
Properly clean up version check script.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Mar 2, 2024
1 parent 8463938 commit ffd5617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions judge/judgedaemon.main.php
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ function compile(
"Getting $type version failed with exit code $retval\n"
. $versions[$type];
}
unlink($vcscript);
}
if (isset($versions[$type])) {
$args .= "&$type=" . urlencode(base64_encode($versions[$type]));
Expand Down

0 comments on commit ffd5617

Please sign in to comment.