diff options
Diffstat (limited to 'boca-1.5.0/tools/autojudge.sh')
| -rwxr-xr-x | boca-1.5.0/tools/autojudge.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boca-1.5.0/tools/autojudge.sh b/boca-1.5.0/tools/autojudge.sh index 799c257..6123eed 100755 --- a/boca-1.5.0/tools/autojudge.sh +++ b/boca-1.5.0/tools/autojudge.sh @@ -22,5 +22,5 @@ if [ "`id -u`" != "0" ]; then fi bocadir=/var/www/boca [ -r /etc/boca.conf ] && . /etc/boca.conf -cd $bocadir +cd $bocadir/src php private/autojudging.php |