commit | 1298dccb3d1696916ee2028f87634623ac33abc8 | [log] [tgz] |
---|---|---|
author | Chmouel Boudjnah <chmouel@chmouel.com> | Wed Nov 02 19:09:04 2011 +0100 |
committer | Chmouel Boudjnah <chmouel@chmouel.com> | Wed Nov 02 19:09:04 2011 +0100 |
tree | 8c4cec2044f09233a9f609ec4ef0bec76317629f | |
parent | 8d5334c729c3625b97a23ead01aac313c40c7db8 [diff] [blame] |
Fix delete of container.
diff --git a/exercise.sh b/exercise.sh index c737bcc..c49f124 100755 --- a/exercise.sh +++ b/exercise.sh
@@ -209,4 +209,4 @@ # And we may want to delete them now that we have tested that # everything works. -swift --auth-version 2 -A http://${HOST_IP}:5000/v2.0 -U admin -K $ADMIN_PASSWORD delete --all testcontainer +swift --auth-version 2 -A http://${HOST_IP}:5000/v2.0 -U admin -K $ADMIN_PASSWORD delete testcontainer