aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.0/tools/installv2.sh
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2012-08-06 09:38:44 +0000
committercassiopc <cassiopc@gmail.com>2012-08-06 09:38:44 +0000
commitb3dcfc7cfa76a09bcd6cdfddaf7897b88b98aa20 (patch)
tree0c024bfdcaae3b43f4bcf926c62fa55e9493ff81 /boca-1.5.0/tools/installv2.sh
parent866658cded5b92ddb2681dead1ebaf111d712fcc (diff)
downloadboca-b3dcfc7cfa76a09bcd6cdfddaf7897b88b98aa20.tar.gz
boca-b3dcfc7cfa76a09bcd6cdfddaf7897b88b98aa20.zip
include file /etc/boca.conf with info where is boca installed
Diffstat (limited to 'boca-1.5.0/tools/installv2.sh')
-rwxr-xr-xboca-1.5.0/tools/installv2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/boca-1.5.0/tools/installv2.sh b/boca-1.5.0/tools/installv2.sh
index 79443ba..5552aa9 100755
--- a/boca-1.5.0/tools/installv2.sh
+++ b/boca-1.5.0/tools/installv2.sh
@@ -15,10 +15,10 @@
# // You should have received a copy of the GNU General Public License
# // along with this program. If not, see <http://www.gnu.org/licenses/>.
# ////////////////////////////////////////////////////////////////////////////////
-# // Last modified 05/aug/2012 by cassio@ime.usp.br
+# // Last modified 06/aug/2012 by cassio@ime.usp.br
#///////////////////////////////////////////////////////////////////////////////////////////
echo "#############################################################"
-echo "### installv2.sh of 09/july/2012 (A) by cassio@ime.usp.br ###"
+echo "### installv2.sh of 06/Aug/2012 (A) by cassio@ime.usp.br ###"
echo "#############################################################"
# checked with ubuntu 10.04 and 10.10 and 11.04 and 12.04
@@ -313,7 +313,7 @@ fi
if [ -f /etc/icpc/installboca.sh ]; then
chmod 750 /etc/icpc/installboca.sh
/sbin/iptables -F
- /etc/icpc/installboca.sh $3
+ /etc/icpc/installboca.sh "$3" "$4"
else
echo "************* SCRIPT TO INSTALL BOCA NOT FOUND -- SOMETHING IS WRONG -- I CANT INSTALL BOCA **************"
fi