Commit 860d0fd6 authored by Richard Bowen's avatar Richard Bowen
Browse files

Sorry about that. Wasnt looking in the right place.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238930 13f79535-47bb-0310-9956-ffa450edef68
parent 259eb230
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ if [ "x$ARGV" = "x" ] ; then
fi

case $ACMD in
start|stop|restart|graceful|graceful-stop|status|fullstatus|configtest)
start|stop|restart|graceful|graceful-stop)
    $HTTPD -k $ARGV
    ERROR=$?
    ;;