don't look for more apache init scripts if you have found one already

This commit is contained in:
fgerlits 2006-12-03 21:33:10 +00:00
parent 4056d5473a
commit 5ec66ba60c
1 changed files with 1 additions and 0 deletions
campcaster/bin

View File

@ -349,6 +349,7 @@ for APACHE_SCRIPT in apache apache2 httpd ; do
echo "Y"
AP_SCR_FOUND=yes
/etc/init.d/$APACHE_SCRIPT restart
break
else
echo "N"
fi