mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 18:08:41 +00:00
fix: Fix the install.sh
Due to unknown reason,the last pull request was not completely submitted.Fix it.
This commit is contained in:
parent
bea9508a26
commit
6419333a57
@ -84,7 +84,7 @@ UOJEOF
|
|||||||
#Set SVN hook scripts
|
#Set SVN hook scripts
|
||||||
cat >/var/svn/uoj/hooks/post-commit <<UOJEOF
|
cat >/var/svn/uoj/hooks/post-commit <<UOJEOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /var/svn/uoj/cur/uoj && svn update --username root --password $_svn_ourroot_password_
|
cd /var/svn/uoj/cur/uoj && svn update --username root --password $_svn_certroot_password_
|
||||||
UOJEOF
|
UOJEOF
|
||||||
chmod +x /var/svn/uoj/hooks/post-commit
|
chmod +x /var/svn/uoj/hooks/post-commit
|
||||||
cat >/var/svn/judge_client/hooks/post-commit <<UOJEOF
|
cat >/var/svn/judge_client/hooks/post-commit <<UOJEOF
|
||||||
|
Loading…
Reference in New Issue
Block a user