We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5695823 commit 1d349d0Copy full SHA for 1d349d0
judge/judgedaemon.main.php
@@ -541,7 +541,7 @@ function fetch_executable_internal(
541
if ($runuser === posix_getpwuid(posix_geteuid())['name'] ||
542
RUNGROUP === posix_getgrgid(posix_getegid())['name']
543
) {
544
- error("Do not run the judgedaemon as the runser or rungroup.");
+ error("Do not run the judgedaemon as the runuser or rungroup.");
545
}
546
547
// Set static environment variables for passing path configuration
0 commit comments