Updated Branches: refs/heads/master daa06a0ff -> 307a86886
Corrected clean.sh extension description in cartridge agent Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/307a8688 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/307a8688 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/307a8688 Branch: refs/heads/master Commit: 307a86886b79a10986453134af539f10d3993570 Parents: daa06a0 Author: Imesh Gunaratne <[email protected]> Authored: Fri Jan 17 05:35:02 2014 -0500 Committer: Imesh Gunaratne <[email protected]> Committed: Fri Jan 17 05:35:02 2014 -0500 ---------------------------------------------------------------------- .../modules/distribution/src/main/extensions/clean.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/307a8688/products/cartridge-agent/modules/distribution/src/main/extensions/clean.sh ---------------------------------------------------------------------- diff --git a/products/cartridge-agent/modules/distribution/src/main/extensions/clean.sh b/products/cartridge-agent/modules/distribution/src/main/extensions/clean.sh index b6eba04..3b87d36 100644 --- a/products/cartridge-agent/modules/distribution/src/main/extensions/clean.sh +++ b/products/cartridge-agent/modules/distribution/src/main/extensions/clean.sh @@ -19,7 +19,8 @@ # under the License. # # -------------------------------------------------------------- -# This extension script will be executed to start the servers. +# This extension script will be executed when stratos manager requests +# to clean up the instance before terminating it. # -------------------------------------------------------------- #
