From fa84895ab283f920f7c9261f0f322087e5372765 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Date: Wed, 9 Sep 2020 22:36:00 +0200 Subject: [PATCH] fix for #1603 (#1604) closing #1603 --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ffe68c07..dbc15f5f 100755 --- a/setup.sh +++ b/setup.sh @@ -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