diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-06 10:03:46 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-06 10:03:46 +0000 |
| commit | 2c2663e03f56149ad4c909858b93fb3c1ea9f271 (patch) | |
| tree | bab9c28063c976ffd17abb989da871e402063984 /boca-1.5.0/tools/autojudge.sh | |
| parent | b3dcfc7cfa76a09bcd6cdfddaf7897b88b98aa20 (diff) | |
| download | boca-2c2663e03f56149ad4c909858b93fb3c1ea9f271.tar.gz boca-2c2663e03f56149ad4c909858b93fb3c1ea9f271.zip | |
setting boca.conf as the info about boca
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 |