mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-28 08:52:00 +02:00
[Update] Remove old header check to prevent update failure
This commit is contained in:
parent
83a5eda762
commit
2feae48c65
@ -253,6 +253,8 @@ echo -e "Stopping mailcow... "
|
||||
sleep 2
|
||||
docker-compose down
|
||||
|
||||
# Fix header check
|
||||
rm -f data/conf/postfix/mailcow_anonymize_headers.pcre
|
||||
# Silently fixing remote url from andryyy to mailcow
|
||||
git remote set-url origin https://github.com/mailcow/mailcow-dockerized
|
||||
echo -e "\e[32mCommitting current status...\e[0m"
|
||||
|
Loading…
Reference in New Issue
Block a user