Update ha_setup.sh

pull/40/head
tteckster 2022-02-14 13:54:15 -05:00 committed by GitHub
parent 2b8f069c2f
commit a9fd2ccd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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