mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-02 03:29:17 +00:00
Fix messages and rebuild without cache
This commit is contained in:
@@ -21,7 +21,7 @@ if [[ ! -z $(docker ps -af "name=${NAME}" -q) ]]; then
|
||||
fi
|
||||
|
||||
if [[ ! -z "$(docker images -q dovecot)" ]]; then
|
||||
read -r -p "Found image locally. Rebuild anyway? [y/N] " response
|
||||
read -r -p "Found image locally. Delete local and rebuild without cache anyway? [y/N] " response
|
||||
response=${response,,}
|
||||
if [[ $response =~ ^(yes|y)$ ]]; then
|
||||
docker rmi dovecot
|
||||
|
||||
Reference in New Issue
Block a user