mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 15:29:20 -05:00
Docker: Fix incorrect caching when deleting / recreating image
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
# delete the docker image file or folder
|
||||
if [[ -f /boot/config/docker.cfg ]]; then
|
||||
rm -f /var/local/emhttp/plugins/dynamix.docker.manager/docker.json
|
||||
. /boot/config/docker.cfg
|
||||
if [[ -f $DOCKER_IMAGE_FILE ]]; then
|
||||
echo "Deleting $DOCKER_IMAGE_FILE ..."
|
||||
|
||||
Reference in New Issue
Block a user