This commit is contained in:
François 2024-10-08 17:07:33 +02:00
parent c70c6c722b
commit 7e8b950d85
2 changed files with 1 additions and 1 deletions

0
bin/.gestContainers-completion.bash Normal file → Executable file
View File

View File

@ -456,7 +456,7 @@ if [[ -n "${STAGE_DEFAULT}" ]]; then
DockerServName="${ORGA}-${wordpressServName}"
;;
esac
if checkDockerRunning "${DockerServName}"; then
if checkDockerRunning "${DockerServName}" "${service}"; then
printKazMsg " - stop ${service}"
docker rm -f "${DockerServName}" 2>/dev/null
fi