From 6aede68b5cb83fe677f96afc7372ff837938bdc4 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 8 Feb 2016 13:58:49 +0000 Subject: [PATCH] Removed -force from stopContainer.sh script git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@122908 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/resources/stopContainer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/stopContainer.sh b/src/resources/stopContainer.sh index ed8a311..7b5c742 100755 --- a/src/resources/stopContainer.sh +++ b/src/resources/stopContainer.sh @@ -1,3 +1,3 @@ #!/bin/bash cd $BUNDLE_HOME -$CATALINA_HOME/bin/shutdown.sh -force +$CATALINA_HOME/bin/shutdown.sh