From 5ec66ba60cceb51bc2e562d32f1485c86ffd77c2 Mon Sep 17 00:00:00 2001
From: fgerlits <fgerlits@cfc7b370-4200-0410-a6e3-cb6bdb053afe>
Date: Sun, 3 Dec 2006 21:33:10 +0000
Subject: [PATCH] don't look for more apache init scripts if you have found one
 already

---
 campcaster/bin/postInstallStation.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/campcaster/bin/postInstallStation.sh b/campcaster/bin/postInstallStation.sh
index 18d490fb0..b34a238d1 100755
--- a/campcaster/bin/postInstallStation.sh
+++ b/campcaster/bin/postInstallStation.sh
@@ -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