From a9fd2ccd8a9137fdca74dbd63a9e39f54a6bc789 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 14 Feb 2022 13:54:15 -0500 Subject: [PATCH] Update ha_setup.sh --- setup/ha_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/ha_setup.sh b/setup/ha_setup.sh index 4f2399a0..400f05cd 100644 --- a/setup/ha_setup.sh +++ b/setup/ha_setup.sh @@ -113,9 +113,9 @@ for container in ${CONTAINER_LIST}; do DOCKER_COMMAND="$(runlike "${container}")" docker rm --force "${container}" eval ${DOCKER_COMMAND} - fi -docker image prune -f + fi done +docker image prune -af EOF sudo chmod +x /root/update-containers.sh