diff --git a/distro/changelog.xml b/distro/changelog.xml index 6c46cac..d8a74e8 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,13 @@ + + Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179) + + + Environment variable values replaced instead of just appended in ~/.bashrc (refs #2179) + + + Improved setup (refs #77) + Passing smartgears-distribution version as argument when compiling Used tomcat 7 range instead of fixed version diff --git a/src/resources/stopContainer.sh b/src/resources/stopContainer.sh index 7b5c742..fe82cb9 100755 --- a/src/resources/stopContainer.sh +++ b/src/resources/stopContainer.sh @@ -1,3 +1,4 @@ #!/bin/bash cd $BUNDLE_HOME -$CATALINA_HOME/bin/shutdown.sh +# Waiting 30 seconds for sane termination +$CATALINA_HOME/bin/shutdown.sh 30