diff --git a/lib/swift b/lib/swift index 54d6f1c2e6..28ca8a80df 100644 --- a/lib/swift +++ b/lib/swift @@ -657,10 +657,8 @@ function stop_swift() { if type -p swift-init >/dev/null; then swift-init --run-dir=${SWIFT_DATA_DIR}/run all stop || true fi - for type in proxy object container account; do - # Dump all of the servers - pkill -f swift- - done + # Dump all of the servers + pkill -f swift- } # Restore xtrace