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/db006e42 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/db006e42 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/db006e42 Branch: refs/heads/master Commit: db006e422f4a7c849fa6613a9d025e229b905d2a Parents: e4f4414 Author: Chris Snow <[email protected]> Authored: Sun Aug 31 10:32:22 2014 +0000 Committer: Chris Snow <[email protected]> Committed: Sun Aug 31 11:29:47 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/db006e42/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
