Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion judge/judgedaemon.main.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ function fetch_executable_internal(
if ($runuser === posix_getpwuid(posix_geteuid())['name'] ||
RUNGROUP === posix_getgrgid(posix_getegid())['name']
) {
error("Do not run the judgedaemon as the runser or rungroup.");
error("Do not run the judgedaemon as the runuser or rungroup.");
}

// Set static environment variables for passing path configuration
Expand Down
Loading