Author: jfrederic.clere(a)jboss.com
Date: 2009-01-20 09:43:04 -0500 (Tue, 20 Jan 2009)
New Revision: 2185
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
typo + start the installconf.bat script.
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-01-20 14:13:21 UTC (rev 2184)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-01-20 14:43:04 UTC (rev 2185)
@@ -126,9 +126,10 @@
# prevent spaces...
counts=`echo $BASELOC | wc -w`
-if [ $count != "1" ]
+if [ $counts != "1" ]
then
BASELOC=BASELOC
+ mkdir -p ${BASELOC}
fi
export BASELOC
echo "Base is: $BASELOC !!!"
@@ -145,6 +146,9 @@
(cd $BASELOC
unzip ${TARBALL}
)
+ (cd $BASELOC/httpd-2.2/bin
+ ./installconf.bat
+ )
;;
esac
#
Show replies by date