then; 'tain de shell

This commit is contained in:
fpeters 2003-10-14 22:09:48 +00:00
parent 8a4c1b5c28
commit 1ac6d903ce
1 changed files with 2 additions and 3 deletions

View File

@ -37,10 +37,9 @@ do
done
echo "Starting Apache server..."
if [ -e /usr/sbin/apache ]
then
if [ -e /usr/sbin/apache ]; then
/usr/sbin/apache -f `pwd`/root-tests/etc/apache/httpd.conf
elif [ -e /usr/sbin/apache-ssl ]
elif [ -e /usr/sbin/apache-ssl ]; then
/usr/sbin/apache-ssl -f `pwd`/root-tests/etc/apache/httpd.conf
fi