closing #1603
This commit is contained in:
Georg Lauterbach 2020-09-09 22:36:00 +02:00 committed by GitHub
parent ae6f41e303
commit fa84895ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function _update_config_path()
{
if [[ -n ${CONTAINER_NAME} ]]
then
VOLUME=$(docker inspect "${CONTAINER_NAME}" \
VOLUME=$(${CRI} inspect "${CONTAINER_NAME}" \
--format="{{range .Mounts}}{{ println .Source .Destination}}{{end}}" | \
grep "/tmp/docker-mailserver$" 2>/dev/null)
fi