Repository: stratos Updated Branches: refs/heads/master 5c43c107c -> 272027249
fix typo in remove docker image script Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/27202724 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/27202724 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/27202724 Branch: refs/heads/master Commit: 2720272492a25b1924d5445cca8660b1b331b921 Parents: 5c43c10 Author: Chris Snow <[email protected]> Authored: Sun Aug 31 10:32:22 2014 +0000 Committer: Chris Snow <[email protected]> Committed: Sun Aug 31 10:32:22 2014 +0000 ---------------------------------------------------------------------- tools/stratos-docker-images/remove_stratos_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/27202724/tools/stratos-docker-images/remove_stratos_images.sh ---------------------------------------------------------------------- diff --git a/tools/stratos-docker-images/remove_stratos_images.sh b/tools/stratos-docker-images/remove_stratos_images.sh index 893940c..bed3c3c 100755 --- a/tools/stratos-docker-images/remove_stratos_images.sh +++ b/tools/stratos-docker-images/remove_stratos_images.sh @@ -25,7 +25,7 @@ set -u SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -./$SCRIPT_DIR/stop_stratos_containers.sh +. /$SCRIPT_DIR/stop_stratos_containers.sh stratos_image_ids=$(docker images -a | grep '^apachestratos' | awk '{print $3}') if [[ -n $stratos_image_ids ]]; then
