commit | 2a5f681be6f7a9fc1858ab5b9e20a9e20df1c696 | [log] [tgz] |
---|---|---|
author | Chmouel Boudjnah <chmouel@chmouel.com> | Thu Jul 12 05:22:44 2012 +0000 |
committer | Chmouel Boudjnah <chmouel@chmouel.com> | Thu Jul 12 05:22:44 2012 +0000 |
tree | 9755c93678cdeaf850522963b1c61683787f2f8b | |
parent | 8156062dc4f0e8338590dcb74cfade5af31daa8a [diff] [blame] |
Use swift-init to kill swift processes. - That pkill wasn't working. Change-Id: Ibcb6fc6d9433dca08e0584ae811a2ca276cc469a
diff --git a/stack.sh b/stack.sh index 87865dc..a568dfd 100755 --- a/stack.sh +++ b/stack.sh
@@ -1375,7 +1375,7 @@ install_package memcached # We make sure to kill all swift processes first - pkill -f -9 swift- + swift-init all stop || true # We first do a bit of setup by creating the directories and # changing the permissions so we can run it as our user.