Drop redundant swift-init command

The same command is already executed by stop_swift function.

Change-Id: I86ddc38e57c2dba7562323de2c1e99b42b8de9f9
This commit is contained in:
Takashi Kajinami 2024-09-14 01:04:37 +09:00
parent e74e2278a5
commit 892e08b51f

View File

@ -54,7 +54,6 @@ function start_s2aio {
function _stop_s2aio {
set +e
swift-init --run-dir ${SWIFT_DATA_DIR}/run/ all stop
stop_keystone
stop_swift
set -e