File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3525,6 +3525,7 @@ generate_ejudge_xml(FILE *f)
35253525 " <plugin type=\"variant\" name=\"mysql\" load=\"yes\">\n"
35263526 " <config/>\n"
35273527 " </plugin>\n" );
3528+ /*
35283529 fprintf(f,
35293530 " <plugin type=\"sn\" name=\"telegram\" load=\"yes\">\n"
35303531 " <config>\n"
@@ -3562,6 +3563,7 @@ generate_ejudge_xml(FILE *f)
35623563 " <redirect_url></redirect_url>\n"
35633564 " </config>\n"
35643565 " </plugin>\n");
3566+ */
35653567 }
35663568 fprintf (f , " </plugins>\n\n" );
35673569
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ ! -d /home/ej-compile-spool ]
1010then
1111 mkdir -p /home/ej-compile-spool
1212 chown ejudge:ejcompile /home/ej-compile-spool
13- chmod 755 /home/ej-compile-spool
13+ chmod 775 /home/ej-compile-spool
1414fi
1515
1616if [ ! -d /home/ej-run-spool ]
5858 fi
5959 /opt/ejudge/bin/ejudge-install.sh
6060 /opt/ejudge/bin/ejudge-configure-compilers --batch
61+ chown ejudge:ejcompile /home/ej-compile-spool
62+ chmod 775 /home/ej-compile-spool
63+ chown ejudge:ejcompile /home/judges/var/ej-compile.log
64+ chmod 660 /home/judges/var/ej-compile.log
6165fi
6266
6367if [ " ${EJUDGE_MYSQL_USER} " != " " ]
You can’t perform that action at this time.
0 commit comments