don't look for more apache init scripts if you have found one already
This commit is contained in:
parent
4056d5473a
commit
5ec66ba60c
campcaster/bin
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue