[Web] Allow to use data/web/css/build/0081-custom-mailcow.css for ignored overrides

This commit is contained in:
andryyy
2019-12-02 14:46:47 +01:00
parent 7f458f451b
commit 287f3ed921
3 changed files with 5 additions and 1 deletions

View File

@@ -106,6 +106,9 @@ for domain in "${DOMAIN_ARR[@]}"; do
done
fi
# Create dummy for custom overrides of mailcow style
[[ ! -f /web/css/build/0081-custom-mailcow.css ]] && echo '/* Autogenerated by mailcow */' > /web/css/build/0081-custom-mailcow.css
# Set API options if env vars are not empty
if [[ ${API_ALLOW_FROM} != "invalid" ]] && \