fix log
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user