[SOGo] Fix file path of sogo-full.svg

[Compose] Updated SOGo image
[Update] Add user.name and user.email for local git config if missing
This commit is contained in:
andryyy
2018-12-22 16:56:50 +01:00
parent bfec893ca7
commit 9aca90c75f
3 changed files with 4 additions and 2 deletions

View File

@@ -249,6 +249,8 @@ docker-compose down
# 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"
[[ -z "$(git config user.name)" ]] && git config user.name moo
[[ -z "$(git config user.email)" ]] && git config user.email moo@cow.moo
git update-index --assume-unchanged data/conf/rspamd/override.d/worker-controller-password.inc
git add -u
git commit -am "Before update on ${DATE}" > /dev/null