fix log
This commit is contained in:
parent
c70c6c722b
commit
7e8b950d85
0
bin/.gestContainers-completion.bash
Normal file → Executable file
0
bin/.gestContainers-completion.bash
Normal file → Executable file
@ -456,7 +456,7 @@ if [[ -n "${STAGE_DEFAULT}" ]]; then
|
|||||||
DockerServName="${ORGA}-${wordpressServName}"
|
DockerServName="${ORGA}-${wordpressServName}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if checkDockerRunning "${DockerServName}"; then
|
if checkDockerRunning "${DockerServName}" "${service}"; then
|
||||||
printKazMsg " - stop ${service}"
|
printKazMsg " - stop ${service}"
|
||||||
docker rm -f "${DockerServName}" 2>/dev/null
|
docker rm -f "${DockerServName}" 2>/dev/null
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user