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

@ -114,8 +114,8 @@ for container in ${CONTAINER_LIST}; do
docker rm --force "${container}" docker rm --force "${container}"
eval ${DOCKER_COMMAND} eval ${DOCKER_COMMAND}
fi fi
docker image prune -f
done done
docker image prune -af
EOF EOF
sudo chmod +x /root/update-containers.sh sudo chmod +x /root/update-containers.sh