diff options
| author | cassio <cassiopc@gmail.com> | 2015-09-05 12:27:22 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-09-05 12:27:22 +0000 |
| commit | 847759fde4a54472e126cd174f6b0cd8a178a203 (patch) | |
| tree | 3d2f806ef5676ba9be66ae5af4e781526ce58614 | |
| parent | bfe007be672e973b3cd208434f10e5298657a392 (diff) | |
| download | boca-847759fde4a54472e126cd174f6b0cd8a178a203.tar.gz boca-847759fde4a54472e126cd174f6b0cd8a178a203.zip | |
bug fix
| -rwxr-xr-x | tools/etc/icpc/installboca.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/etc/icpc/installboca.sh b/tools/etc/icpc/installboca.sh index 88c266f..d796c04 100755 --- a/tools/etc/icpc/installboca.sh +++ b/tools/etc/icpc/installboca.sh @@ -217,6 +217,7 @@ echo "==================================================" echo "=================== SERVER SETUP ===============" echo "==================================================" ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/apache2/conf.d/20-mcrypt.ini 2>/dev/null +ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/cli/conf.d/20-mcrypt.ini 2>/dev/null OK=n echo "You can run at anytime later the script /etc/icpc/becomeserver.sh to prepare the computer to be the BOCA server" |