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 2014/07/30 18:52:55 UTC

svn commit: r1614711 - /directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/bin/install.sh

Author: elecharny
Date: Wed Jul 30 16:52:55 2014
New Revision: 1614711

URL: http://svn.apache.org/r1614711
Log:
Fix for DIRSERVER-1989, thanks to mwillbanks

Modified:
    directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/bin/install.sh

Modified: directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/bin/install.sh
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/bin/install.sh?rev=1614711&r1=1614710&r2=1614711&view=diff
==============================================================================
--- directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/bin/install.sh (original)
+++ directory/apacheds/trunk/installers-maven-plugin/src/main/resources/org/apache/directory/server/installers/bin/install.sh Wed Jul 30 16:52:55 2014
@@ -48,16 +48,25 @@ echo "Installing..."
 # Filtering apacheds script file
 sed -e "s;@installation.directory@;${APACHEDS_HOME_DIRECTORY};" ../server/bin/apacheds > ../server/bin/apacheds.tmp
 verifyExitCode
+
 mv ../server/bin/apacheds.tmp ../server/bin/apacheds
 verifyExitCode
+
 sed -e "s;@instances.directory@;${INSTANCES_HOME_DIRECTORY};" ../server/bin/apacheds > ../server/bin/apacheds.tmp
 verifyExitCode
+
 mv ../server/bin/apacheds.tmp ../server/bin/apacheds
 verifyExitCode
+
 sed -e "s;@user@;${RUN_AS_USER};" ../server/bin/apacheds > ../server/bin/apacheds.tmp
 verifyExitCode
+
+mv ../server/bin/apacheds.tmp ../server/bin/apacheds
+verifyExitCode
+
 sed -e "s;@group@;${RUN_AS_GROUP};" ../server/bin/apacheds > ../server/bin/apacheds.tmp
 verifyExitCode
+
 mv ../server/bin/apacheds.tmp ../server/bin/apacheds
 verifyExitCode