We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc910da commit fc07d9dCopy full SHA for fc07d9d
judge/judgedaemon.main.php
@@ -562,7 +562,7 @@ function fetch_executable_internal(
562
if ($runuser === posix_getpwuid(posix_geteuid())['name'] ||
563
RUNGROUP === posix_getgrgid(posix_getegid())['name']
564
) {
565
- error("Do not run the judgedaemon as the runser or rungroup.");
+ error("Do not run the judgedaemon as the runuser or rungroup.");
566
}
567
568
// Set static environment variables for passing path configuration
0 commit comments