We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8be4008 + 971c2a9 commit 30c56d3Copy full SHA for 30c56d3
1 file changed
devstack/plugin.sh
@@ -61,8 +61,7 @@ if is_service_enabled sg-core; then
61
fi
62
63
if [[ "$1" == "unstack" ]]; then
64
- $SG_CORE_CONTAINER_EXECUTABLE stop sg-core
65
- $SG_CORE_CONTAINER_EXECUTABLE rm -f sg-core
+ stop_process sg-core
66
67
68
if [[ "$1" == "clean" ]]; then
0 commit comments