You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/10/09 08:58:03 UTC

svn commit: r1395870 - /directory/apacheds/trunk/service/apacheds.sh

Author: elecharny
Date: Tue Oct  9 06:58:03 2012
New Revision: 1395870

URL: http://svn.apache.org/viewvc?rev=1395870&view=rev
Log:
fixed the launcher, the jar name ends with service not server

Modified:
    directory/apacheds/trunk/service/apacheds.sh

Modified: directory/apacheds/trunk/service/apacheds.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/apacheds.sh?rev=1395870&r1=1395869&r2=1395870&view=diff
==============================================================================
--- directory/apacheds/trunk/service/apacheds.sh (original)
+++ directory/apacheds/trunk/service/apacheds.sh Tue Oct  9 06:58:03 2012
@@ -18,7 +18,7 @@
 # under the License.
 
 # The final jar
-JAR=`find . -name "apacheds-server-*[!s].jar"`
+JAR=`find . -name "apacheds-service-*[!s].jar"`
 
 # Checking if the final jar exists
 if [ -e $JAR ] ; then